Html Css Color HEX #6A533B Tobacco Brown

📋 copy color: '#6A533B'

red 106 ◦ green 83 ◦ blue 59

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

Shades of Tobacco Brown #6A533B

Tints of Tobacco Brown #6A533B

RGB

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

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

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

R = 42.74%
G = 33.47%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A533B (or 0x6A533B) is known color: Tobacco Brown. HEX triplet: 6A, 53 and 3B. RGB value is (106,83,59). Sum of RGB (Red+Green+Blue) = 106+83+59=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A533B is #95ACC4. Grayscale: #575757. Windows color (decimal): -9809093 or 3887978. OLE color: 3887978.

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

Color convert

RGB 106 83 59 -
CMYK 0 0.22 0.44 0.58
HSL 30.64º 0.28% 0.32% -
HSV(B) 30.64º 0.44% 0.42% -
XYZ 9.83 9.57 5.47 -
YUV 87.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 106 83 59 0 0.22 0.44 0.58 30.64 0.28 0.32
Hex 6A 53 3B 0 16 2C 3A 1F 1C 20
Octal 152 123 73 0 26 54 72 37 34 40
Binary 1101010 1010011 111011 0 10110 101100 111010 11111 11100 100000

Color Harmonies of #6A533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A533B

Black with #6A533B

Text Example


Text Example

White with #6A533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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