#6F563F

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

Shades of Tobacco Brown #6F563F

Tints of Tobacco Brown #6F563F

Color information

#6F563F (or 0x6F563F) is unknown color: approx Tobacco Brown. HEX triplet: 6F, 56 and 3F. RGB value is (111,86,63). Sum of RGB (Red+Green+Blue) = 111+86+63=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F563F is #90A9C0. Grayscale: #5A5A5A. Windows color (decimal): -9480641 or 4150895. OLE color: 4150895.

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

Color convert

RGB1118663-
CMYK00.230.430.56
HSL28.75º27.59%34.12%-
HSV(B)28.75º43.24%43.53%-
XYZ10.7810.396.14-
YUV90.85112.28142.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 63 (25% from 255) = 24.23%
R=42.69%
G=33.08%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111866300.230.430.5628.7527.5934.12
Hex6F563F0172B381d1c22
Octal157126770275370353442
Binary110111110101101111110101111010111110001110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,63); }

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

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

 a { background-color: rgb(111,86,63); }

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

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

 span { border-color: rgb(111,86,63); }

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