#685D05

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

Shades of Raw Umber #685D05

Tints of Raw Umber #685D05

Color information

#685D05 (or 0x685D05) is unknown color: approx Raw Umber. HEX triplet: 68, 5D and 05. RGB value is (104,93,5). Sum of RGB (Red+Green+Blue) = 104+93+5=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D05 is #97A2FA. Grayscale: #565656. Windows color (decimal): -9937659 or 351592. OLE color: 351592.

HSL color Cylindrical-coordinate representation of color #685D05: hue angle of 53.33º 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 #685D05 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104935-
CMYK00.110.950.59
HSL53.33º90.83%21.37%-
HSV(B)53.33º95.19%40.78%-
XYZ9.6510.781.72-
YUV86.2682.14140.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=51.49%
G=46.04%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493500.110.950.5953.3390.8321.37
Hex685D50B5F3B355b15
Octal1501355013137736513325
Binary11010001011101101010111011111111011110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685D05; }

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

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

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

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

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

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

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

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