#664E20

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

Shades of Horses Neck #664E20

Tints of Horses Neck #664E20

Color information

#664E20 (or 0x664E20) is unknown color: approx Horses Neck. HEX triplet: 66, 4E and 20. RGB value is (102,78,32). Sum of RGB (Red+Green+Blue) = 102+78+32=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E20 is #99B1DF. Grayscale: #505050. Windows color (decimal): -10072544 or 2117222. OLE color: 2117222.

HSL color Cylindrical-coordinate representation of color #664E20: hue angle of 39.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664E20 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1027832-
CMYK00.240.690.6
HSL39.43º52.24%26.27%-
HSV(B)39.43º68.63%40%-
XYZ8.468.382.54-
YUV79.93100.95143.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=48.11%
G=36.79%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102783200.240.690.639.4352.2426.27
Hex664E20018453C27341a
Octal1461164003010574476432
Binary11001101001110100000011000100010111110010011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664E20; }

 p { color: rgb(102,78,32); }

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

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

 a { background-color: rgb(102,78,32); }

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

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

 span { border-color: rgb(102,78,32); }

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