#695B2F

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

Shades of Horses Neck #695B2F

Tints of Horses Neck #695B2F

Color information

#695B2F (or 0x695B2F) is unknown color: approx Horses Neck. HEX triplet: 69, 5B and 2F. RGB value is (105,91,47). Sum of RGB (Red+Green+Blue) = 105+91+47=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B2F is #96A4D0. Grayscale: #5A5A5A. Windows color (decimal): -9872593 or 3103593. OLE color: 3103593.

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

Color convert

RGB1059147-
CMYK00.130.550.59
HSL45.52º38.16%29.8%-
HSV(B)45.52º55.24%41.18%-
XYZ10.0810.694.22-
YUV90.17103.64138.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=43.21%
G=37.45%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105914700.130.550.5945.5238.1629.8
Hex695B2F0D373B2e261e
Octal151133570156773564636
Binary110100110110111011110110111011111101110111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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