#665233

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

Shades of Horses Neck #665233

Tints of Horses Neck #665233

Color information

#665233 (or 0x665233) is unknown color: approx Horses Neck. HEX triplet: 66, 52 and 33. RGB value is (102,82,51). Sum of RGB (Red+Green+Blue) = 102+82+51=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #665233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665233 is #99ADCC. Grayscale: #545454. Windows color (decimal): -10071501 or 3363430. OLE color: 3363430.

HSL color Cylindrical-coordinate representation of color #665233: hue angle of 36.47º 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 #665233 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1028251-
CMYK00.200.50.6
HSL36.47º33.33%30%-
HSV(B)36.47º50%40%-
XYZ9.099.14.41-
YUV84.45109.13140.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=43.40%
G=34.89%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102825100.200.50.636.4733.3330
Hex665233014323C24211e
Octal146122630246274444136
Binary1100110101001011001101010011001011110010010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665233; }

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

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

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

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

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

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

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

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