#695B2A

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

Shades of Horses Neck #695B2A

Tints of Horses Neck #695B2A

Color information

#695B2A (or 0x695B2A) is unknown color: approx Horses Neck. HEX triplet: 69, 5B and 2A. RGB value is (105,91,42). Sum of RGB (Red+Green+Blue) = 105+91+42=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #695B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B2A is #96A4D5. Grayscale: #595959. Windows color (decimal): -9872598 or 2775913. OLE color: 2775913.

HSL color Cylindrical-coordinate representation of color #695B2A: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695B2A is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1059142-
CMYK00.130.60.59
HSL46.67º42.86%28.82%-
HSV(B)46.67º60%41.18%-
XYZ9.9810.653.72-
YUV89.6101.14138.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=44.12%
G=38.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105914200.130.60.5946.6742.8628.82
Hex695B2A0D3C3B2f2b1d
Octal151133520157473575335
Binary110100110110111010100110111110011101110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695B2A; }

 p { color: rgb(105,91,42); }

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

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

 a { background-color: rgb(105,91,42); }

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

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

 span { border-color: rgb(105,91,42); }

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