#685539

Color #685539 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #685539

Tints of Shingle Fawn #685539

Color information

#685539 (or 0x685539) is unknown color: approx 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

RGB1048557-
CMYK00.180.450.59
HSL35.74º29.19%31.57%-
HSV(B)35.74º45.19%40.78%-
XYZ9.79.745.24-
YUV87.49110.79139.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104855700.180.450.5935.7429.1931.57
Hex6855390122D3B241d20
Octal150125710225573443540
Binary1101000101010111100101001010110111101110010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>