#665223

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

Shades of Horses Neck #665223

Tints of Horses Neck #665223

Color information

#665223 (or 0x665223) is unknown color: approx Horses Neck. HEX triplet: 66, 52 and 23. RGB value is (102,82,35). Sum of RGB (Red+Green+Blue) = 102+82+35=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #665223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665223 is #99ADDC. Grayscale: #525252. Windows color (decimal): -10071517 or 2314854. OLE color: 2314854.

HSL color Cylindrical-coordinate representation of color #665223: hue angle of 42.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #665223 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1028235-
CMYK00.200.660.6
HSL42.09º48.91%26.86%-
HSV(B)42.09º65.69%40%-
XYZ8.88.982.86-
YUV82.62101.13141.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=46.58%
G=37.44%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102823500.200.660.642.0948.9126.86
Hex665223014423C2a311b
Octal1461224302410274526133
Binary11001101010010100011010100100001011110010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665223; }

 p { color: rgb(102,82,35); }

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

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

 a { background-color: rgb(102,82,35); }

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

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

 span { border-color: rgb(102,82,35); }

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