#685439

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

Shades of Shingle Fawn #685439

Tints of Shingle Fawn #685439

Color information

#685439 (or 0x685439) is unknown color: approx Shingle Fawn. HEX triplet: 68, 54 and 39. RGB value is (104,84,57). Sum of RGB (Red+Green+Blue) = 104+84+57=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685439 is #97ABC6. Grayscale: #575757. Windows color (decimal): -9939911 or 3757160. OLE color: 3757160.

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

Color convert

RGB1048457-
CMYK00.190.450.59
HSL34.47º29.19%31.57%-
HSV(B)34.47º45.19%40.78%-
XYZ9.629.585.21-
YUV86.9111.13140.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=42.45%
G=34.29%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104845700.190.450.5934.4729.1931.57
Hex6854390132D3B221d20
Octal150124710235573423540
Binary1101000101010011100101001110110111101110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685439; }

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

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

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

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

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

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

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

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