#6F5B2C

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

Shades of Horses Neck #6F5B2C

Tints of Horses Neck #6F5B2C

Color information

#6F5B2C (or 0x6F5B2C) is unknown color: approx Horses Neck. HEX triplet: 6F, 5B and 2C. RGB value is (111,91,44). Sum of RGB (Red+Green+Blue) = 111+91+44=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B2C is #90A4D3. Grayscale: #5B5B5B. Windows color (decimal): -9479380 or 2906991. OLE color: 2906991.

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

Color convert

RGB1119144-
CMYK00.180.600.56
HSL42.09º43.23%30.39%-
HSV(B)42.09º60.36%43.53%-
XYZ10.7511.043.95-
YUV91.62101.13141.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=45.12%
G=36.99%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111914400.180.600.5642.0943.2330.39
Hex6F5B2C0123C382a2b1e
Octal157133540227470525336
Binary1101111101101110110001001011110011100010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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