Html Css Color HEX #6B5A45 Tobacco Brown

📋 copy color: '#6B5A45'

red 107 ◦ green 90 ◦ blue 69

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

Shades of Tobacco Brown #6B5A45

Tints of Tobacco Brown #6B5A45

RGB

 RED value IS 107 (42.19% from 255) = 40.23%

 GREEN value IS 90 (35.55% from 255) = 33.83%

 BLUE value IS 69 (27.34% from 255) = 25.94%

R = 40.23%
G = 33.83%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B5A45 (or 0x6B5A45) is known color: Tobacco Brown. HEX triplet: 6B, 5A and 45. RGB value is (107,90,69). Sum of RGB (Red+Green+Blue) = 107+90+69=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A45 is #94A5BA. Grayscale: #5C5C5C. Windows color (decimal): -9741755 or 4545131. OLE color: 4545131.

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

Color convert

RGB 107 90 69 -
CMYK 0 0.16 0.36 0.58
HSL 33.16º 0.22% 0.35% -
HSV(B) 33.16º 0.36% 0.42% -
XYZ 10.79 10.87 7.16 -
YUV 92.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 107 90 69 0 0.16 0.36 0.58 33.16 0.22 0.35
Hex 6B 5A 45 0 10 24 3A 21 16 23
Octal 153 132 105 0 20 44 72 41 26 43
Binary 1101011 1011010 1000101 0 10000 100100 111010 100001 10110 100011

Color Harmonies of #6B5A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A45

Black with #6B5A45

Text Example


Text Example

White with #6B5A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,69); }

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

background-color css

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

 a { background-color: rgb(107,90,69); }

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

border-color css

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

 span { border-color: rgb(107,90,69); }

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