#695532

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

Shades of Horses Neck #695532

Tints of Horses Neck #695532

Color information

#695532 (or 0x695532) is unknown color: approx Horses Neck. HEX triplet: 69, 55 and 32. RGB value is (105,85,50). Sum of RGB (Red+Green+Blue) = 105+85+50=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #695532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695532 is #96AACD. Grayscale: #575757. Windows color (decimal): -9874126 or 3298665. OLE color: 3298665.

HSL color Cylindrical-coordinate representation of color #695532: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695532 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1058550-
CMYK00.190.520.59
HSL38.18º35.48%30.39%-
HSV(B)38.18º52.38%41.18%-
XYZ9.659.734.39-
YUV86.99107.13140.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=43.75%
G=35.42%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105855000.190.520.5938.1835.4830.39
Hex695532013343B26231e
Octal151125620236473464336
Binary1101001101010111001001001111010011101110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695532; }

 p { color: rgb(105,85,50); }

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

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

 a { background-color: rgb(105,85,50); }

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

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

 span { border-color: rgb(105,85,50); }

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