#685538

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

Shades of Shingle Fawn #685538

Tints of Shingle Fawn #685538

Color information

#685538 (or 0x685538) is unknown color: approx Shingle Fawn. HEX triplet: 68, 55 and 38. RGB value is (104,85,56). Sum of RGB (Red+Green+Blue) = 104+85+56=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685538 is #97AAC7. Grayscale: #575757. Windows color (decimal): -9939656 or 3691880. OLE color: 3691880.

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

Color convert

RGB1048556-
CMYK00.180.460.59
HSL36.25º30%31.37%-
HSV(B)36.25º46.15%40.78%-
XYZ9.679.735.11-
YUV87.38110.29139.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=42.45%
G=34.69%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104855600.180.460.5936.253031.37
Hex6855380122E3B241e1f
Octal150125700225673443637
Binary110100010101011110000100101011101110111001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685538; }

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

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

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

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

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

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

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

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