#695B2B

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

Shades of Horses Neck #695B2B

Tints of Horses Neck #695B2B

Color information

#695B2B (or 0x695B2B) is unknown color: approx Horses Neck. HEX triplet: 69, 5B and 2B. RGB value is (105,91,43). Sum of RGB (Red+Green+Blue) = 105+91+43=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B2B is #96A4D4. Grayscale: #595959. Windows color (decimal): -9872597 or 2841449. OLE color: 2841449.

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

Color convert

RGB1059143-
CMYK00.130.590.59
HSL46.45º41.89%29.02%-
HSV(B)46.45º59.05%41.18%-
XYZ1010.663.82-
YUV89.71101.64138.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=43.93%
G=38.08%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105914300.130.590.5946.4541.8929.02
Hex695B2B0D3B3B2e2a1d
Octal151133530157373565235
Binary110100110110111010110110111101111101110111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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