#685438

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

Shades of Shingle Fawn #685438

Tints of Shingle Fawn #685438

Color information

#685438 (or 0x685438) is unknown color: approx Shingle Fawn. HEX triplet: 68, 54 and 38. RGB value is (104,84,56). Sum of RGB (Red+Green+Blue) = 104+84+56=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685438 is #97ABC7. Grayscale: #565656. Windows color (decimal): -9939912 or 3691624. OLE color: 3691624.

HSL color Cylindrical-coordinate representation of color #685438: hue angle of 35º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685438 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1048456-
CMYK00.190.460.59
HSL35º30%31.37%-
HSV(B)35º46.15%40.78%-
XYZ9.599.575.08-
YUV86.79110.63140.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=42.62%
G=34.43%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104845600.190.460.59353031.37
Hex6854380132E3B231e1f
Octal150124700235673433637
Binary110100010101001110000100111011101110111000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685438; }

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

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

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

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

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

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

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

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