#665433

Color #665433 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #665433

Tints of Horses Neck #665433

Color information

#665433 (or 0x665433) is unknown color: approx Horses Neck. HEX triplet: 66, 54 and 33. RGB value is (102,84,51). Sum of RGB (Red+Green+Blue) = 102+84+51=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #665433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665433 is #99ABCC. Grayscale: #555555. Windows color (decimal): -10070989 or 3363942. OLE color: 3363942.

HSL color Cylindrical-coordinate representation of color #665433: hue angle of 38.82º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665433 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1028451-
CMYK00.180.50.6
HSL38.82º33.33%30%-
HSV(B)38.82º50%40%-
XYZ9.259.44.46-
YUV85.62108.46139.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=43.04%
G=35.44%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102845100.180.50.638.8233.3330
Hex665433012323C27211e
Octal146124630226274474136
Binary1100110101010011001101001011001011110010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665433; }

 p { color: rgb(102,84,51); }

 H1.HeaderClassName
 {
   color: #665433;
 }
 .AnyTagClassName
 {
   color: #665433;
 }
</style>
background-color css

<style>
 a { background-color: #665433; }

 a { background-color: rgb(102,84,51); }

 div.DivClassName
 {
   background-color: #665433;
 }
 .BgClassName
 {
   background-color: #665433;
 }
</style>
border-color css

<style>
 span { border-color: #665433; }

 span { border-color: rgb(102,84,51); }

 td.TdClassName
 {
   border-color: #665433;
 }
 .TagClassName
 {
   border-color: #665433;
 }
</style>