#695434

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

Shades of Horses Neck #695434

Tints of Horses Neck #695434

Color information

#695434 (or 0x695434) is unknown color: approx Horses Neck. HEX triplet: 69, 54 and 34. RGB value is (105,84,52). Sum of RGB (Red+Green+Blue) = 105+84+52=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #695434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695434 is #96ABCB. Grayscale: #565656. Windows color (decimal): -9874380 or 3429481. OLE color: 3429481.

HSL color Cylindrical-coordinate representation of color #695434: hue angle of 36.23º degrees, saturation: 0.34, 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 #695434 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1058452-
CMYK00.200.500.59
HSL36.23º33.76%30.78%-
HSV(B)36.23º50.48%41.18%-
XYZ9.629.594.59-
YUV86.63108.46141.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=43.57%
G=34.85%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105845200.200.500.5936.2333.7630.78
Hex695434014323B24221f
Octal151124640246273444237
Binary1101001101010011010001010011001011101110010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695434; }

 p { color: rgb(105,84,52); }

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

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

 a { background-color: rgb(105,84,52); }

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

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

 span { border-color: rgb(105,84,52); }

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