#695626

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

Shades of Horses Neck #695626

Tints of Horses Neck #695626

Color information

#695626 (or 0x695626) is unknown color: approx Horses Neck. HEX triplet: 69, 56 and 26. RGB value is (105,86,38). Sum of RGB (Red+Green+Blue) = 105+86+38=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #695626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695626 is #96A9D9. Grayscale: #565656. Windows color (decimal): -9873882 or 2512489. OLE color: 2512489.

HSL color Cylindrical-coordinate representation of color #695626: hue angle of 42.99º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #695626 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1058638-
CMYK00.180.640.59
HSL42.99º46.85%28.04%-
HSV(B)42.99º63.81%41.18%-
XYZ9.59.83.22-
YUV86.21100.79141.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=45.85%
G=37.55%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105863800.180.640.5942.9946.8528.04
Hex695626012403B2b2f1c
Octal1511264602210073535734
Binary11010011010110100110010010100000011101110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695626; }

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

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

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

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

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

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

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

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