#695127

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

Shades of Horses Neck #695127

Tints of Horses Neck #695127

Color information

#695127 (or 0x695127) is unknown color: approx Horses Neck. HEX triplet: 69, 51 and 27. RGB value is (105,81,39). Sum of RGB (Red+Green+Blue) = 105+81+39=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #695127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695127 is #96AED8. Grayscale: #535353. Windows color (decimal): -9875161 or 2576745. OLE color: 2576745.

HSL color Cylindrical-coordinate representation of color #695127: hue angle of 38.18º 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 #695127 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1058139-
CMYK00.230.630.59
HSL38.18º45.83%28.24%-
HSV(B)38.18º62.86%41.18%-
XYZ9.139.033.18-
YUV83.39102.95143.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=46.67%
G=36%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105813900.230.630.5938.1845.8328.24
Hex6951270173F3B262e1c
Octal151121470277773465634
Binary1101001101000110011101011111111111101110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695127; }

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

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

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

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

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

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

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

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