Html Css Color HEX #685742 Tobacco Brown

📋 copy color: '#685742'

red 104 ◦ green 87 ◦ blue 66

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

Shades of Tobacco Brown #685742

Tints of Tobacco Brown #685742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 40.47%
G = 33.85%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685742 (or 0x685742) is known color: Tobacco Brown. HEX triplet: 68, 57 and 42. RGB value is (104,87,66). Sum of RGB (Red+Green+Blue) = 104+87+66=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685742 is #97A8BD. Grayscale: #595959. Windows color (decimal): -9939134 or 4347752. OLE color: 4347752.

HSL color Cylindrical-coordinate representation of color #685742: hue angle of 33.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #685742 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 66 -
CMYK 0 0.16 0.37 0.59
HSL 33.16º 0.22% 0.33% -
HSV(B) 33.16º 0.37% 0.41% -
XYZ 10.1 10.15 6.58 -
YUV 89.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 104 87 66 0 0.16 0.37 0.59 33.16 0.22 0.33
Hex 68 57 42 0 10 25 3B 21 16 21
Octal 150 127 102 0 20 45 73 41 26 41
Binary 1101000 1010111 1000010 0 10000 100101 111011 100001 10110 100001

Color Harmonies of #685742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685742

Black with #685742

Text Example


Text Example

White with #685742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685742; }

 p { color: rgb(104,87,66); }

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

background-color css

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

 a { background-color: rgb(104,87,66); }

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

border-color css

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

 span { border-color: rgb(104,87,66); }

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