#665527

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

Shades of Horses Neck #665527

Tints of Horses Neck #665527

Color information

#665527 (or 0x665527) is unknown color: approx Horses Neck. HEX triplet: 66, 55 and 27. RGB value is (102,85,39). Sum of RGB (Red+Green+Blue) = 102+85+39=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #665527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665527 is #99AAD8. Grayscale: #555555. Windows color (decimal): -10070745 or 2577766. OLE color: 2577766.

HSL color Cylindrical-coordinate representation of color #665527: hue angle of 43.81º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665527 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1028539-
CMYK00.170.620.6
HSL43.81º44.68%27.65%-
HSV(B)43.81º61.76%40%-
XYZ9.099.473.27-
YUV84.84102.13140.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=45.13%
G=37.61%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102853900.170.620.643.8144.6827.65
Hex6655270113E3C2c2d1c
Octal146125470217674545534
Binary1100110101010110011101000111111011110010110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665527; }

 p { color: rgb(102,85,39); }

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

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

 a { background-color: rgb(102,85,39); }

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

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

 span { border-color: rgb(102,85,39); }

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