#685418

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

Shades of Raw Umber #685418

Tints of Raw Umber #685418

Color information

#685418 (or 0x685418) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 18. RGB value is (104,84,24). Sum of RGB (Red+Green+Blue) = 104+84+24=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #685418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685418 is #97ABE7. Grayscale: #535353. Windows color (decimal): -9939944 or 1594472. OLE color: 1594472.

HSL color Cylindrical-coordinate representation of color #685418: hue angle of 45º 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 #685418 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1048424-
CMYK00.190.770.59
HSL45º62.5%25.1%-
HSV(B)45º76.92%40.78%-
XYZ9.049.352.19-
YUV83.1494.63142.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=49.06%
G=39.62%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104842400.190.770.594562.525.1
Hex6854180134D3B2d3e19
Octal1501243002311573557631
Binary1101000101010011000010011100110111101110110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685418; }

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

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

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

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

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

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

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

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