#664E25

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

Shades of Horses Neck #664E25

Tints of Horses Neck #664E25

Color information

#664E25 (or 0x664E25) is unknown color: approx Horses Neck. HEX triplet: 66, 4E and 25. RGB value is (102,78,37). Sum of RGB (Red+Green+Blue) = 102+78+37=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #664E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E25 is #99B1DA. Grayscale: #505050. Windows color (decimal): -10072539 or 2444902. OLE color: 2444902.

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

Color convert

RGB1027837-
CMYK00.240.640.6
HSL37.85º46.76%27.25%-
HSV(B)37.85º63.73%40%-
XYZ8.548.412.92-
YUV80.5103.45143.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=47.00%
G=35.94%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102783700.240.640.637.8546.7627.25
Hex664E25018403C262f1b
Octal1461164503010074465733
Binary11001101001110100101011000100000011110010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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