Html Css Color HEX #685A46 Tobacco Brown

📋 copy color: '#685A46'

red 104 ◦ green 90 ◦ blue 70

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

Shades of Tobacco Brown #685A46

Tints of Tobacco Brown #685A46

RGB

 RED value IS 104 (41.02% from 255) = 39.39%

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 39.39%
G = 34.09%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#685A46 (or 0x685A46) is known color: Tobacco Brown. HEX triplet: 68, 5A and 46. RGB value is (104,90,70). Sum of RGB (Red+Green+Blue) = 104+90+70=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A46 is #97A5B9. Grayscale: #5C5C5C. Windows color (decimal): -9938362 or 4610664. OLE color: 4610664.

HSL color Cylindrical-coordinate representation of color #685A46: hue angle of 35.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #685A46 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 70 -
CMYK 0 0.13 0.33 0.59
HSL 35.29º 0.2% 0.34% -
HSV(B) 35.29º 0.33% 0.41% -
XYZ 10.47 10.7 7.31 -
YUV 91.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 104 90 70 0 0.13 0.33 0.59 35.29 0.2 0.34
Hex 68 5A 46 0 D 21 3B 23 14 22
Octal 150 132 106 0 15 41 73 43 24 42
Binary 1101000 1011010 1000110 0 1101 100001 111011 100011 10100 100010

Color Harmonies of #685A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A46

Black with #685A46

Text Example


Text Example

White with #685A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A46; }

 p { color: rgb(104,90,70); }

 H1.HeaderClassName
 {
   color: #685A46;
 }
 .AnyTagClassName
 {
   color: #685A46;
 }
</style>

background-color css

<style>
 a { background-color: #685A46; }

 a { background-color: rgb(104,90,70); }

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

border-color css

<style>
 span { border-color: #685A46; }

 span { border-color: rgb(104,90,70); }

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