#66502A

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

Shades of Horses Neck #66502A

Tints of Horses Neck #66502A

Color information

#66502A (or 0x66502A) is unknown color: approx Horses Neck. HEX triplet: 66, 50 and 2A. RGB value is (102,80,42). Sum of RGB (Red+Green+Blue) = 102+80+42=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #66502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66502A is #99AFD5. Grayscale: #525252. Windows color (decimal): -10072022 or 2773094. OLE color: 2773094.

HSL color Cylindrical-coordinate representation of color #66502A: hue angle of 38º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66502A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1028042-
CMYK00.220.590.6
HSL38º41.67%28.24%-
HSV(B)38º58.82%40%-
XYZ8.778.733.41-
YUV82.25105.29142.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=45.54%
G=35.71%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102804200.220.590.63841.6728.24
Hex66502A0163B3C262a1c
Octal146120520267374465234
Binary1100110101000010101001011011101111110010011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66502A; }

 p { color: rgb(102,80,42); }

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

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

 a { background-color: rgb(102,80,42); }

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

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

 span { border-color: rgb(102,80,42); }

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