#665537

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

Shades of Horses Neck #665537

Tints of Horses Neck #665537

Color information

#665537 (or 0x665537) is unknown color: approx Horses Neck. HEX triplet: 66, 55 and 37. RGB value is (102,85,55). Sum of RGB (Red+Green+Blue) = 102+85+55=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #665537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665537 is #99AAC8. Grayscale: #565656. Windows color (decimal): -10070729 or 3626342. OLE color: 3626342.

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

Color convert

RGB1028555-
CMYK00.170.460.6
HSL38.3º29.94%30.78%-
HSV(B)38.3º46.08%40%-
XYZ9.429.64.97-
YUV86.66110.13138.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=42.15%
G=35.12%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102855500.170.460.638.329.9430.78
Hex6655370112E3C261e1f
Octal146125670215674463637
Binary110011010101011101110100011011101111001001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665537; }

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

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

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

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

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

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

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

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