Html Css Color HEX #6A5B44 Tobacco Brown

📋 copy color: '#6A5B44'

red 106 ◦ green 91 ◦ blue 68

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

Shades of Tobacco Brown #6A5B44

Tints of Tobacco Brown #6A5B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 40%
G = 34.34%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6A5B44 (or 0x6A5B44) is known color: Tobacco Brown. HEX triplet: 6A, 5B and 44. RGB value is (106,91,68). Sum of RGB (Red+Green+Blue) = 106+91+68=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5B44 is #95A4BB. Grayscale: #5C5C5C. Windows color (decimal): -9807036 or 4479850. OLE color: 4479850.

HSL color Cylindrical-coordinate representation of color #6A5B44: hue angle of 36.32º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A5B44 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 91 68 -
CMYK 0 0.14 0.36 0.58
HSL 36.32º 0.22% 0.34% -
HSV(B) 36.32º 0.36% 0.42% -
XYZ 10.73 10.96 7.02 -
YUV 92.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 106 91 68 0 0.14 0.36 0.58 36.32 0.22 0.34
Hex 6A 5B 44 0 E 24 3A 24 16 22
Octal 152 133 104 0 16 44 72 44 26 42
Binary 1101010 1011011 1000100 0 1110 100100 111010 100100 10110 100010

Color Harmonies of #6A5B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5B44

Black with #6A5B44

Text Example


Text Example

White with #6A5B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,68); }

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

background-color css

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

 a { background-color: rgb(106,91,68); }

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

border-color css

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

 span { border-color: rgb(106,91,68); }

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