#66582F

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

Shades of Horses Neck #66582F

Tints of Horses Neck #66582F

Color information

#66582F (or 0x66582F) is unknown color: approx Horses Neck. HEX triplet: 66, 58 and 2F. RGB value is (102,88,47). Sum of RGB (Red+Green+Blue) = 102+88+47=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66582F is #99A7D0. Grayscale: #575757. Windows color (decimal): -10069969 or 3102822. OLE color: 3102822.

HSL color Cylindrical-coordinate representation of color #66582F: hue angle of 44.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66582F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1028847-
CMYK00.140.540.6
HSL44.73º36.91%29.22%-
HSV(B)44.73º53.92%40%-
XYZ9.4810.014.12-
YUV87.51105.14138.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=43.04%
G=37.13%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102884700.140.540.644.7336.9129.22
Hex66582F0E363C2d251d
Octal146130570166674554535
Binary110011010110001011110111011011011110010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66582F; }

 p { color: rgb(102,88,47); }

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

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

 a { background-color: rgb(102,88,47); }

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

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

 span { border-color: rgb(102,88,47); }

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