Html Css Color HEX #6A5440 Tobacco Brown

📋 copy color: '#6A5440'

red 106 ◦ green 84 ◦ blue 64

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

Shades of Tobacco Brown #6A5440

Tints of Tobacco Brown #6A5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 41.73%
G = 33.07%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6A5440 (or 0x6A5440) is known color: Tobacco Brown. HEX triplet: 6A, 54 and 40. RGB value is (106,84,64). Sum of RGB (Red+Green+Blue) = 106+84+64=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5440 is #95ABBF. Grayscale: #585858. Windows color (decimal): -9808832 or 4215914. OLE color: 4215914.

HSL color Cylindrical-coordinate representation of color #6A5440: hue angle of 28.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A5440 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 84 64 -
CMYK 0 0.21 0.40 0.58
HSL 28.57º 0.25% 0.33% -
HSV(B) 28.57º 0.4% 0.42% -
XYZ 10.04 9.77 6.21 -
YUV 88.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 106 84 64 0 0.21 0.40 0.58 28.57 0.25 0.33
Hex 6A 54 40 0 15 28 3A 1D 19 21
Octal 152 124 100 0 25 50 72 35 31 41
Binary 1101010 1010100 1000000 0 10101 101000 111010 11101 11001 100001

Color Harmonies of #6A5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5440

Black with #6A5440

Text Example


Text Example

White with #6A5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,64); }

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

background-color css

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

 a { background-color: rgb(106,84,64); }

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

border-color css

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

 span { border-color: rgb(106,84,64); }

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