#685204

Color #685204 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #685204

Tints of Raw Umber #685204

Color information

#685204 (or 0x685204) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 04. RGB value is (104,82,4). Sum of RGB (Red+Green+Blue) = 104+82+4=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685204 is #97ADFB. Grayscale: #505050. Windows color (decimal): -9940476 or 283240. OLE color: 283240.

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

Color convert

RGB104824-
CMYK00.210.960.59
HSL46.8º92.59%21.18%-
HSV(B)46.8º96.15%40.78%-
XYZ8.758.991.39-
YUV79.6985.29145.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=54.74%
G=43.16%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482400.210.960.5946.892.5921.18
Hex68524015603B2f5d15
Octal1501224025140735713525
Binary110100010100101000101011100000111011101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685204; }

 p { color: rgb(104,82,4); }

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

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

 a { background-color: rgb(104,82,4); }

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

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

 span { border-color: rgb(104,82,4); }

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