Color Hex Logo

#664233 Color Hex

#664233
(102,66,51)
0 Favorites   0 Comments

Color spaces of #664233

RGB 1026651
HSL0.050.330.30
HSV18°50°40°
CMYK 0.000.350.50   0.60
XYZ8.02526.96024.0524
Yxy6.96020.42150.3656
Hunter Lab26.38228.12919.3604
CIE-Lab31.716113.679515.4942

#664233 color RGB value is (102,66,51).

#664233 hex color red value is 102, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #664233 hue: 0.05 , saturation: 0.33 and the lightness value of 664233 is 0.30.

The process color (four color CMYK) of #664233 color hex is 0.00, 0.35, 0.50, 0.60. Web safe color of #664233 is #663333. Color #664233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 00110011
Octal 146 102 63
Decimal 102 66 51
Hex 66 42 33

RGB Percentages of Color #664233

%46.58
%30.14
%23.29

CMYK Percentages of Color #664233

%0
%35
%50
%60

Triadic Colors of #664233

#664233 #336642 #423366

Analogous Colors of #664233

#664233 #665c33 #66333e

Monochromatic Colors of #664233

#664233

Complementary Color

#664233 #335766

#664233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664233 Color CSS Codes

.mybgcolor {background-color:#664233; } 
.myforecolor {color:#664233; }
.mybordercolor {border:3px solid #664233; }

#664233 Text Font Color

<p style="color:#664233">Text here</p>

This sample text font color is #664233
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#664233 Background Color

<div style="background-color:#664233">
Div content here</div>

This div background color is #664233


#664233 Border Color

<div style="border:3px solid #664233">
Div here</div>

This div border color is #664233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,66,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664233;
  -webkit-box-shadow: 1px 1px 3px 2px #664233;
  box-shadow:         1px 1px 3px 2px #664233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,66,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #664233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #664233;
  -webkit-box-shadow: 1px 1px 3px 2px #664233;
  box-shadow:         1px 1px 3px 2px #664233;">
Div content here</div>

This div box has shadow with color #664233


Comments

No comments written yet.

Please login to write comment.