Html Css Color HEX #6A553B Tobacco Brown

📋 copy color: '#6A553B'

red 106 ◦ green 85 ◦ blue 59

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

Shades of Tobacco Brown #6A553B

Tints of Tobacco Brown #6A553B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 42.4%
G = 34%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A553B (or 0x6A553B) is known color: Tobacco Brown. HEX triplet: 6A, 55 and 3B. RGB value is (106,85,59). Sum of RGB (Red+Green+Blue) = 106+85+59=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A553B is #95AAC4. Grayscale: #585858. Windows color (decimal): -9808581 or 3888490. OLE color: 3888490.

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

Color convert

RGB 106 85 59 -
CMYK 0 0.20 0.44 0.58
HSL 33.19º 0.28% 0.32% -
HSV(B) 33.19º 0.44% 0.42% -
XYZ 9.98 9.88 5.52 -
YUV 88.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 106 85 59 0 0.20 0.44 0.58 33.19 0.28 0.32
Hex 6A 55 3B 0 14 2C 3A 21 1C 20
Octal 152 125 73 0 24 54 72 41 34 40
Binary 1101010 1010101 111011 0 10100 101100 111010 100001 11100 100000

Color Harmonies of #6A553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A553B

Black with #6A553B

Text Example


Text Example

White with #6A553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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