#695627

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

Shades of Horses Neck #695627

Tints of Horses Neck #695627

Color information

#695627 (or 0x695627) is unknown color: approx Horses Neck. HEX triplet: 69, 56 and 27. RGB value is (105,86,39). Sum of RGB (Red+Green+Blue) = 105+86+39=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #695627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695627 is #96A9D8. Grayscale: #565656. Windows color (decimal): -9873881 or 2578025. OLE color: 2578025.

HSL color Cylindrical-coordinate representation of color #695627: hue angle of 42.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695627 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1058639-
CMYK00.180.630.59
HSL42.73º45.83%28.24%-
HSV(B)42.73º62.86%41.18%-
XYZ9.529.813.31-
YUV86.32101.29141.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=45.65%
G=37.39%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105863900.180.630.5942.7345.8328.24
Hex6956270123F3B2b2e1c
Octal151126470227773535634
Binary1101001101011010011101001011111111101110101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695627; }

 p { color: rgb(105,86,39); }

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

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

 a { background-color: rgb(105,86,39); }

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

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

 span { border-color: rgb(105,86,39); }

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