#685005

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

Shades of Raw Umber #685005

Tints of Raw Umber #685005

Color information

#685005 (or 0x685005) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 05. RGB value is (104,80,5). Sum of RGB (Red+Green+Blue) = 104+80+5=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685005 is #97AFFA. Grayscale: #4E4E4E. Windows color (decimal): -9940987 or 348264. OLE color: 348264.

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

Color convert

RGB104805-
CMYK00.230.950.59
HSL45.45º90.83%21.37%-
HSV(B)45.45º95.19%40.78%-
XYZ8.68.691.37-
YUV78.6386.45146.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=55.03%
G=42.33%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10480500.230.950.5945.4590.8321.37
Hex685050175F3B2d5b15
Octal1501205027137735513325
Binary110100010100001010101111011111111011101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685005; }

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

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

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

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

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

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

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

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