#6F592E

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

Shades of Horses Neck #6F592E

Tints of Horses Neck #6F592E

Color information

#6F592E (or 0x6F592E) is unknown color: approx Horses Neck. HEX triplet: 6F, 59 and 2E. RGB value is (111,89,46). Sum of RGB (Red+Green+Blue) = 111+89+46=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F592E is #90A6D1. Grayscale: #5A5A5A. Windows color (decimal): -9479890 or 3037551. OLE color: 3037551.

HSL color Cylindrical-coordinate representation of color #6F592E: hue angle of 39.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F592E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1118946-
CMYK00.200.590.56
HSL39.69º41.4%30.78%-
HSV(B)39.69º58.56%43.53%-
XYZ10.6210.724.09-
YUV90.68102.79142.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=45.12%
G=36.18%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111894600.200.590.5639.6941.430.78
Hex6F592E0143B3828291f
Octal157131560247370505137
Binary1101111101100110111001010011101111100010100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F592E; }

 p { color: rgb(111,89,46); }

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

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

 a { background-color: rgb(111,89,46); }

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

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

 span { border-color: rgb(111,89,46); }

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