#665621

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

Shades of Horses Neck #665621

Tints of Horses Neck #665621

Color information

#665621 (or 0x665621) is unknown color: approx Horses Neck. HEX triplet: 66, 56 and 21. RGB value is (102,86,33). Sum of RGB (Red+Green+Blue) = 102+86+33=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #665621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665621 is #99A9DE. Grayscale: #545454. Windows color (decimal): -10070495 or 2184806. OLE color: 2184806.

HSL color Cylindrical-coordinate representation of color #665621: hue angle of 46.09º 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 #665621 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1028633-
CMYK00.160.680.6
HSL46.09º51.11%26.47%-
HSV(B)46.09º67.65%40%-
XYZ9.089.592.81-
YUV84.7498.8140.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=46.15%
G=38.91%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102863300.160.680.646.0951.1126.47
Hex665621010443C2e331a
Octal1461264102010474566332
Binary11001101010110100001010000100010011110010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665621; }

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

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

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

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

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

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

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

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