#6F553C

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

Shades of Tobacco Brown #6F553C

Tints of Tobacco Brown #6F553C

Color information

#6F553C (or 0x6F553C) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 55 and 3C. RGB value is (111,85,60). Sum of RGB (Red+Green+Blue) = 111+85+60=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F553C is #90AAC3. Grayscale: #5A5A5A. Windows color (decimal): -9480900 or 3954031. OLE color: 3954031.

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

Color convert

RGB1118560-
CMYK00.230.460.56
HSL29.41º29.82%33.53%-
HSV(B)29.41º45.95%43.53%-
XYZ10.6210.25.68-
YUV89.92111.11143.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=43.36%
G=33.20%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111856000.230.460.5629.4129.8233.53
Hex6F553C0172E381d1e22
Octal157125740275670353642
Binary110111110101011111000101111011101110001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,60); }

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

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

 a { background-color: rgb(111,85,60); }

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

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

 span { border-color: rgb(111,85,60); }

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