Html Css Color HEX #6F5C40 Tobacco Brown

📋 copy color: '#6F5C40'

red 111 ◦ green 92 ◦ blue 64

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

Shades of Tobacco Brown #6F5C40

Tints of Tobacco Brown #6F5C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

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

R = 41.57%
G = 34.46%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F5C40 (or 0x6F5C40) is known color: Tobacco Brown. HEX triplet: 6F, 5C and 40. RGB value is (111,92,64). Sum of RGB (Red+Green+Blue) = 111+92+64=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C40 is #90A3BF. Grayscale: #5E5E5E. Windows color (decimal): -9479104 or 4217967. OLE color: 4217967.

HSL color Cylindrical-coordinate representation of color #6F5C40: hue angle of 35.74º 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 #6F5C40 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 92 64 -
CMYK 0 0.17 0.42 0.56
HSL 35.74º 0.27% 0.34% -
HSV(B) 35.74º 0.42% 0.44% -
XYZ 11.31 11.4 6.46 -
YUV 94.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 111 92 64 0 0.17 0.42 0.56 35.74 0.27 0.34
Hex 6F 5C 40 0 11 2A 38 24 1B 22
Octal 157 134 100 0 21 52 70 44 33 42
Binary 1101111 1011100 1000000 0 10001 101010 111000 100100 11011 100010

Color Harmonies of #6F5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C40

Black with #6F5C40

Text Example


Text Example

White with #6F5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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