Html Css Color HEX #685539 Shingle Fawn

📋 copy color: '#685539'

red 104 ◦ green 85 ◦ blue 57

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

Shades of Shingle Fawn #685539

Tints of Shingle Fawn #685539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 42.28%
G = 34.55%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#685539 (or 0x685539) is known color: Shingle Fawn. HEX triplet: 68, 55 and 39. RGB value is (104,85,57). Sum of RGB (Red+Green+Blue) = 104+85+57=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #685539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685539 is #97AAC6. Grayscale: #575757. Windows color (decimal): -9939655 or 3757416. OLE color: 3757416.

HSL color Cylindrical-coordinate representation of color #685539: hue angle of 35.74º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685539 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 57 -
CMYK 0 0.18 0.45 0.59
HSL 35.74º 0.29% 0.32% -
HSV(B) 35.74º 0.45% 0.41% -
XYZ 9.7 9.74 5.24 -
YUV 87.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 104 85 57 0 0.18 0.45 0.59 35.74 0.29 0.32
Hex 68 55 39 0 12 2D 3B 24 1D 20
Octal 150 125 71 0 22 55 73 44 35 40
Binary 1101000 1010101 111001 0 10010 101101 111011 100100 11101 100000

Color Harmonies of #685539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685539

Black with #685539

Text Example


Text Example

White with #685539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685539; }

 p { color: rgb(104,85,57); }

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

background-color css

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

 a { background-color: rgb(104,85,57); }

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

border-color css

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

 span { border-color: rgb(104,85,57); }

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