Html Css Color HEX #6B553C Tobacco Brown

📋 copy color: '#6B553C'

red 107 ◦ green 85 ◦ blue 60

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

Shades of Tobacco Brown #6B553C

Tints of Tobacco Brown #6B553C

RGB

 RED value IS 107 (42.19% from 255) = 42.46%

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

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

R = 42.46%
G = 33.73%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B553C (or 0x6B553C) is known color: Tobacco Brown. HEX triplet: 6B, 55 and 3C. RGB value is (107,85,60). Sum of RGB (Red+Green+Blue) = 107+85+60=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B553C is #94AAC3. Grayscale: #585858. Windows color (decimal): -9743044 or 3954027. OLE color: 3954027.

HSL color Cylindrical-coordinate representation of color #6B553C: hue angle of 31.91º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B553C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 60 -
CMYK 0 0.21 0.44 0.58
HSL 31.91º 0.28% 0.33% -
HSV(B) 31.91º 0.44% 0.42% -
XYZ 10.13 9.95 5.66 -
YUV 88.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 107 85 60 0 0.21 0.44 0.58 31.91 0.28 0.33
Hex 6B 55 3C 0 15 2C 3A 20 1C 21
Octal 153 125 74 0 25 54 72 40 34 41
Binary 1101011 1010101 111100 0 10101 101100 111010 100000 11100 100001

Color Harmonies of #6B553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B553C

Black with #6B553C

Text Example


Text Example

White with #6B553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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