#665539

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

Shades of Horses Neck #665539

Tints of Horses Neck #665539

Color information

#665539 (or 0x665539) is unknown color: approx Horses Neck. HEX triplet: 66, 55 and 39. RGB value is (102,85,57). Sum of RGB (Red+Green+Blue) = 102+85+57=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #665539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665539 is #99AAC6. Grayscale: #575757. Windows color (decimal): -10070727 or 3757414. OLE color: 3757414.

HSL color Cylindrical-coordinate representation of color #665539: hue angle of 37.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #665539 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1028557-
CMYK00.170.440.6
HSL37.33º28.3%31.18%-
HSV(B)37.33º44.12%40%-
XYZ9.479.625.23-
YUV86.89111.13138.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=41.80%
G=34.84%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102855700.170.440.637.3328.331.18
Hex6655390112C3C251c1f
Octal146125710215474453437
Binary110011010101011110010100011011001111001001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665539; }

 p { color: rgb(102,85,57); }

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

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

 a { background-color: rgb(102,85,57); }

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

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

 span { border-color: rgb(102,85,57); }

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