#695635

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

Shades of Horses Neck #695635

Tints of Horses Neck #695635

Color information

#695635 (or 0x695635) is unknown color: approx Horses Neck. HEX triplet: 69, 56 and 35. RGB value is (105,86,53). Sum of RGB (Red+Green+Blue) = 105+86+53=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #695635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695635 is #96A9CA. Grayscale: #585858. Windows color (decimal): -9873867 or 3495529. OLE color: 3495529.

HSL color Cylindrical-coordinate representation of color #695635: hue angle of 38.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695635 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1058653-
CMYK00.180.500.59
HSL38.08º32.91%30.98%-
HSV(B)38.08º49.52%41.18%-
XYZ9.89.924.77-
YUV87.92108.29140.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=43.03%
G=35.25%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105865300.180.500.5938.0832.9130.98
Hex695635012323B26211f
Octal151126650226273464137
Binary1101001101011011010101001011001011101110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695635; }

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

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

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

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

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

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

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

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