Html Css Color HEX #6A553C Tobacco Brown

📋 copy color: '#6A553C'

red 106 ◦ green 85 ◦ blue 60

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

Shades of Tobacco Brown #6A553C

Tints of Tobacco Brown #6A553C

RGB

 RED value IS 106 (41.8% from 255) = 42.23%

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

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

R = 42.23%
G = 33.86%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A553C (or 0x6A553C) is known color: Tobacco Brown. HEX triplet: 6A, 55 and 3C. RGB value is (106,85,60). Sum of RGB (Red+Green+Blue) = 106+85+60=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A553C is #95AAC3. Grayscale: #585858. Windows color (decimal): -9808580 or 3954026. OLE color: 3954026.

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

Color convert

RGB 106 85 60 -
CMYK 0 0.20 0.43 0.58
HSL 32.61º 0.28% 0.33% -
HSV(B) 32.61º 0.43% 0.42% -
XYZ 10.01 9.89 5.66 -
YUV 88.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 106 85 60 0 0.20 0.43 0.58 32.61 0.28 0.33
Hex 6A 55 3C 0 14 2B 3A 21 1C 21
Octal 152 125 74 0 24 53 72 41 34 41
Binary 1101010 1010101 111100 0 10100 101011 111010 100001 11100 100001

Color Harmonies of #6A553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A553C

Black with #6A553C

Text Example


Text Example

White with #6A553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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