#665437

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

Shades of Horses Neck #665437

Tints of Horses Neck #665437

Color information

#665437 (or 0x665437) is unknown color: approx Horses Neck. HEX triplet: 66, 54 and 37. RGB value is (102,84,55). Sum of RGB (Red+Green+Blue) = 102+84+55=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #665437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665437 is #99ABC8. Grayscale: #565656. Windows color (decimal): -10070985 or 3626086. OLE color: 3626086.

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

Color convert

RGB1028455-
CMYK00.180.460.6
HSL37.02º29.94%30.78%-
HSV(B)37.02º46.08%40%-
XYZ9.349.444.94-
YUV86.08110.46139.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=42.32%
G=34.85%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102845500.180.460.637.0229.9430.78
Hex6654370122E3C251e1f
Octal146124670225674453637
Binary110011010101001101110100101011101111001001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665437; }

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

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

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

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

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

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

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

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