#6F5E48

Color #6F5E48 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #6F5E48

Tints of Tobacco Brown #6F5E48

Color information

#6F5E48 (or 0x6F5E48) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 5E and 48. RGB value is (111,94,72). Sum of RGB (Red+Green+Blue) = 111+94+72=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E48 is #90A1B7. Grayscale: #606060. Windows color (decimal): -9478584 or 4742767. OLE color: 4742767.

HSL color Cylindrical-coordinate representation of color #6F5E48: hue angle of 33.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F5E48 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1119472-
CMYK00.150.350.56
HSL33.85º21.31%35.88%-
HSV(B)33.85º35.14%43.53%-
XYZ11.7311.857.8-
YUV96.57114.13138.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=40.07%
G=33.94%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111947200.150.350.5633.8521.3135.88
Hex6F5E480F2338221524
Octal1571361100174370422544
Binary1101111101111010010000111110001111100010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,72); }

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

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

 a { background-color: rgb(111,94,72); }

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

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

 span { border-color: rgb(111,94,72); }

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