Html Css Color HEX #6A533C Tobacco Brown

📋 copy color: '#6A533C'

red 106 ◦ green 83 ◦ blue 60

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

Shades of Tobacco Brown #6A533C

Tints of Tobacco Brown #6A533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 42.57%
G = 33.33%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A533C (or 0x6A533C) is known color: Tobacco Brown. HEX triplet: 6A, 53 and 3C. RGB value is (106,83,60). Sum of RGB (Red+Green+Blue) = 106+83+60=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A533C is #95ACC3. Grayscale: #575757. Windows color (decimal): -9809092 or 3953514. OLE color: 3953514.

HSL color Cylindrical-coordinate representation of color #6A533C: hue angle of 30º 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 #6A533C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 83 60 -
CMYK 0 0.22 0.43 0.58
HSL 30º 0.28% 0.33% -
HSV(B) 30º 0.43% 0.42% -
XYZ 9.85 9.58 5.6 -
YUV 87.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 106 83 60 0 0.22 0.43 0.58 30 0.28 0.33
Hex 6A 53 3C 0 16 2B 3A 1E 1C 21
Octal 152 123 74 0 26 53 72 36 34 41
Binary 1101010 1010011 111100 0 10110 101011 111010 11110 11100 100001

Color Harmonies of #6A533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A533C

Black with #6A533C

Text Example


Text Example

White with #6A533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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