Html Css Color HEX #6F5740 Tobacco Brown

📋 copy color: '#6F5740'

red 111 ◦ green 87 ◦ blue 64

#6F5740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #6F5740

Tints of Tobacco Brown #6F5740

RGB

 RED value IS 111 (43.75% from 255) = 42.37%

 GREEN value IS 87 (34.38% from 255) = 33.21%

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 42.37%
G = 33.21%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F5740 (or 0x6F5740) is known color: Tobacco Brown. HEX triplet: 6F, 57 and 40. RGB value is (111,87,64). Sum of RGB (Red+Green+Blue) = 111+87+64=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5740 is #90A8BF. Grayscale: #5B5B5B. Windows color (decimal): -9480384 or 4216687. OLE color: 4216687.

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

Color convert

RGB 111 87 64 -
CMYK 0 0.22 0.42 0.56
HSL 29.36º 0.27% 0.34% -
HSV(B) 29.36º 0.42% 0.44% -
XYZ 10.89 10.57 6.32 -
YUV 91.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 111 87 64 0 0.22 0.42 0.56 29.36 0.27 0.34
Hex 6F 57 40 0 16 2A 38 1D 1B 22
Octal 157 127 100 0 26 52 70 35 33 42
Binary 1101111 1010111 1000000 0 10110 101010 111000 11101 11011 100010

Color Harmonies of #6F5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5740

Black with #6F5740

Text Example


Text Example

White with #6F5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,64); }

 H1.HeaderClassName
 {
   color: #6F5740;
 }
 .AnyTagClassName
 {
   color: #6F5740;
 }
</style>

background-color css

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

 a { background-color: rgb(111,87,64); }

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

border-color css

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

 span { border-color: rgb(111,87,64); }

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