#6F5B29

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

Shades of Horses Neck #6F5B29

Tints of Horses Neck #6F5B29

Color information

#6F5B29 (or 0x6F5B29) is unknown color: approx Horses Neck. HEX triplet: 6F, 5B and 29. RGB value is (111,91,41). Sum of RGB (Red+Green+Blue) = 111+91+41=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B29 is #90A4D6. Grayscale: #5B5B5B. Windows color (decimal): -9479383 or 2710383. OLE color: 2710383.

HSL color Cylindrical-coordinate representation of color #6F5B29: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5B29 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1119141-
CMYK00.180.630.56
HSL42.86º46.05%29.8%-
HSV(B)42.86º63.06%43.53%-
XYZ10.711.023.66-
YUV91.2899.63142.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=45.68%
G=37.45%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111914100.180.630.5642.8646.0529.8
Hex6F5B290123F382b2e1e
Octal157133510227770535636
Binary1101111101101110100101001011111111100010101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,91,41); }

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

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

 a { background-color: rgb(111,91,41); }

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

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

 span { border-color: rgb(111,91,41); }

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