#685003

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

Shades of Raw Umber #685003

Tints of Raw Umber #685003

Color information

#685003 (or 0x685003) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 03. RGB value is (104,80,3). Sum of RGB (Red+Green+Blue) = 104+80+3=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685003 is #97AFFC. Grayscale: #4E4E4E. Windows color (decimal): -9940989 or 217192. OLE color: 217192.

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

Color convert

RGB104803-
CMYK00.230.970.59
HSL45.74º94.39%20.98%-
HSV(B)45.74º97.12%40.78%-
XYZ8.598.691.31-
YUV78.485.45146.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=55.61%
G=42.78%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10480300.230.970.5945.7494.3920.98
Hex68503017613B2e5e15
Octal1501203027141735613625
Binary11010001010000110101111100001111011101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685003; }

 p { color: rgb(104,80,3); }

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

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

 a { background-color: rgb(104,80,3); }

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

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

 span { border-color: rgb(104,80,3); }

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