Html Css Color HEX #685A48 Tobacco Brown

📋 copy color: '#685A48'

red 104 ◦ green 90 ◦ blue 72

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

Shades of Tobacco Brown #685A48

Tints of Tobacco Brown #685A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 39.1%
G = 33.83%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685A48 (or 0x685A48) is known color: Tobacco Brown. HEX triplet: 68, 5A and 48. RGB value is (104,90,72). Sum of RGB (Red+Green+Blue) = 104+90+72=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A48 is #97A5B7. Grayscale: #5C5C5C. Windows color (decimal): -9938360 or 4741736. OLE color: 4741736.

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

Color convert

RGB 104 90 72 -
CMYK 0 0.13 0.31 0.59
HSL 33.75º 0.18% 0.35% -
HSV(B) 33.75º 0.31% 0.41% -
XYZ 10.53 10.72 7.65 -
YUV 92.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 104 90 72 0 0.13 0.31 0.59 33.75 0.18 0.35
Hex 68 5A 48 0 D 1F 3B 22 12 23
Octal 150 132 110 0 15 37 73 42 22 43
Binary 1101000 1011010 1001000 0 1101 11111 111011 100010 10010 100011

Color Harmonies of #685A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A48

Black with #685A48

Text Example


Text Example

White with #685A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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