#685337

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

Shades of Shingle Fawn #685337

Tints of Shingle Fawn #685337

Color information

#685337 (or 0x685337) is unknown color: approx Shingle Fawn. HEX triplet: 68, 53 and 37. RGB value is (104,83,55). Sum of RGB (Red+Green+Blue) = 104+83+55=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #685337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685337 is #97ACC8. Grayscale: #565656. Windows color (decimal): -9940169 or 3625832. OLE color: 3625832.

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

Color convert

RGB1048355-
CMYK00.200.470.59
HSL34.29º30.82%31.18%-
HSV(B)34.29º47.12%40.78%-
XYZ9.499.414.93-
YUV86.09110.46140.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=42.98%
G=34.30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104835500.200.470.5934.2930.8231.18
Hex6853370142F3B221f1f
Octal150123670245773423737
Binary110100010100111101110101001011111110111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685337; }

 p { color: rgb(104,83,55); }

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

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

 a { background-color: rgb(104,83,55); }

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

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

 span { border-color: rgb(104,83,55); }

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