#695223

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

Shades of Horses Neck #695223

Tints of Horses Neck #695223

Color information

#695223 (or 0x695223) is unknown color: approx Horses Neck. HEX triplet: 69, 52 and 23. RGB value is (105,82,35). Sum of RGB (Red+Green+Blue) = 105+82+35=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #695223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695223 is #96ADDC. Grayscale: #535353. Windows color (decimal): -9874909 or 2314857. OLE color: 2314857.

HSL color Cylindrical-coordinate representation of color #695223: hue angle of 40.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #695223 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1058235-
CMYK00.220.670.59
HSL40.29º50%27.45%-
HSV(B)40.29º66.67%41.18%-
XYZ9.159.162.88-
YUV83.52100.62143.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=47.30%
G=36.94%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105823500.220.670.5940.295027.45
Hex695223016433B28321b
Octal1511224302610373506233
Binary11010011010010100011010110100001111101110100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695223; }

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

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

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

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

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

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

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

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