#685639

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

Shades of Shingle Fawn #685639

Tints of Shingle Fawn #685639

Color information

#685639 (or 0x685639) is unknown color: approx Shingle Fawn. HEX triplet: 68, 56 and 39. RGB value is (104,86,57). Sum of RGB (Red+Green+Blue) = 104+86+57=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #685639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685639 is #97A9C6. Grayscale: #585858. Windows color (decimal): -9939399 or 3757672. OLE color: 3757672.

HSL color Cylindrical-coordinate representation of color #685639: hue angle of 37.02º 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 #685639 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1048657-
CMYK00.170.450.59
HSL37.02º29.19%31.57%-
HSV(B)37.02º45.19%40.78%-
XYZ9.789.895.27-
YUV88.08110.46139.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=42.11%
G=34.82%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104865700.170.450.5937.0229.1931.57
Hex6856390112D3B251d20
Octal150126710215573453540
Binary1101000101011011100101000110110111101110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685639; }

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

 H1.HeaderClassName
 {
   color: #685639;
 }
 .AnyTagClassName
 {
   color: #685639;
 }
</style>
background-color css

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

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

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

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

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

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