#685104

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

Shades of Raw Umber #685104

Tints of Raw Umber #685104

Color information

#685104 (or 0x685104) is unknown color: approx Raw Umber. HEX triplet: 68, 51 and 04. RGB value is (104,81,4). Sum of RGB (Red+Green+Blue) = 104+81+4=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685104 is #97AEFB. Grayscale: #4F4F4F. Windows color (decimal): -9940732 or 282984. OLE color: 282984.

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

Color convert

RGB104814-
CMYK00.220.960.59
HSL46.2º92.59%21.18%-
HSV(B)46.2º96.15%40.78%-
XYZ8.678.841.36-
YUV79.185.62145.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 4 (1.95% from 255) = 2.12%
R=55.03%
G=42.86%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10481400.220.960.5946.292.5921.18
Hex68514016603B2e5d15
Octal1501214026140735613525
Binary110100010100011000101101100000111011101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685104; }

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

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

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

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

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

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

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

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