#685018

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

Shades of Raw Umber #685018

Tints of Raw Umber #685018

Color information

#685018 (or 0x685018) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 18. RGB value is (104,80,24). Sum of RGB (Red+Green+Blue) = 104+80+24=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685018 is #97AFE7. Grayscale: #515151. Windows color (decimal): -9940968 or 1593448. OLE color: 1593448.

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

Color convert

RGB1048024-
CMYK00.230.770.59
HSL42º62.5%25.1%-
HSV(B)42º76.92%40.78%-
XYZ8.748.752.09-
YUV80.7995.95144.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=50%
G=38.46%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802400.230.770.594262.525.1
Hex6850180174D3B2a3e19
Octal1501203002711573527631
Binary1101000101000011000010111100110111101110101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685018; }

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

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

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

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

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

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

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

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