#685A00

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

Shades of Raw Umber #685A00

Tints of Raw Umber #685A00

Color information

#685A00 (or 0x685A00) is unknown color: approx Raw Umber. HEX triplet: 68, 5A and 00. RGB value is (104,90,0). Sum of RGB (Red+Green+Blue) = 104+90+0=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #685A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A00 is #97A5FF. Grayscale: #545454. Windows color (decimal): -9938432 or 23144. OLE color: 23144.

HSL color Cylindrical-coordinate representation of color #685A00: hue angle of 51.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104900-
CMYK00.1310.59
HSL51.92º100%20.39%-
HSV(B)51.92º100%40.78%-
XYZ9.3710.261.49-
YUV83.9380.64142.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.61%
G=46.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10490000.1310.5951.9210020.39
Hex685A00D643B346414
Octal1501320015144736414424
Binary110100010110100011011100100111011110100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,0); }

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

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

 a { background-color: rgb(104,90,0); }

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

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

 span { border-color: rgb(104,90,0); }

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