#6F5C42

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

Shades of Tobacco Brown #6F5C42

Tints of Tobacco Brown #6F5C42

Color information

#6F5C42 (or 0x6F5C42) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 5C and 42. RGB value is (111,92,66). Sum of RGB (Red+Green+Blue) = 111+92+66=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C42 is #90A3BD. Grayscale: #5E5E5E. Windows color (decimal): -9479102 or 4349039. OLE color: 4349039.

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

Color convert

RGB1119266-
CMYK00.170.410.56
HSL34.67º25.42%34.71%-
HSV(B)34.67º40.54%43.53%-
XYZ11.3711.436.76-
YUV94.72111.79139.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=41.26%
G=34.20%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111926600.170.410.5634.6725.4234.71
Hex6F5C420112938231923
Octal1571341020215170433143
Binary11011111011100100001001000110100111100010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,66); }

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

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

 a { background-color: rgb(111,92,66); }

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

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

 span { border-color: rgb(111,92,66); }

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