Html Css Color HEX #6F553C Tobacco Brown

📋 copy color: '#6F553C'

red 111 ◦ green 85 ◦ blue 60

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

Shades of Tobacco Brown #6F553C

Tints of Tobacco Brown #6F553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 43.36%
G = 33.2%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F553C (or 0x6F553C) is known color: 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

RGB 111 85 60 -
CMYK 0 0.23 0.46 0.56
HSL 29.41º 0.3% 0.34% -
HSV(B) 29.41º 0.46% 0.44% -
XYZ 10.62 10.2 5.68 -
YUV 89.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 111 85 60 0 0.23 0.46 0.56 29.41 0.3 0.34
Hex 6F 55 3C 0 17 2E 38 1D 1E 22
Octal 157 125 74 0 27 56 70 35 36 42
Binary 1101111 1010101 111100 0 10111 101110 111000 11101 11110 100010

Color Harmonies of #6F553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F553C

Black with #6F553C

Text Example


Text Example

White with #6F553C

Text Example


Text Example

HTML Codes & Css Web 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>