#665121

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

Shades of Horses Neck #665121

Tints of Horses Neck #665121

Color information

#665121 (or 0x665121) is unknown color: approx Horses Neck. HEX triplet: 66, 51 and 21. RGB value is (102,81,33). Sum of RGB (Red+Green+Blue) = 102+81+33=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665121 is #99AEDE. Grayscale: #525252. Windows color (decimal): -10071775 or 2183526. OLE color: 2183526.

HSL color Cylindrical-coordinate representation of color #665121: hue angle of 41.74º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #665121 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1028133-
CMYK00.210.680.6
HSL41.74º51.11%26.47%-
HSV(B)41.74º67.65%40%-
XYZ8.78.822.68-
YUV81.81100.46142.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=47.22%
G=37.5%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102813300.210.680.641.7451.1126.47
Hex665121015443C2a331a
Octal1461214102510474526332
Binary11001101010001100001010101100010011110010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665121; }

 p { color: rgb(102,81,33); }

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

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

 a { background-color: rgb(102,81,33); }

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

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

 span { border-color: rgb(102,81,33); }

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