#685411

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

Shades of Raw Umber #685411

Tints of Raw Umber #685411

Color information

#685411 (or 0x685411) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 11. RGB value is (104,84,17). Sum of RGB (Red+Green+Blue) = 104+84+17=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685411 is #97ABEE. Grayscale: #525252. Windows color (decimal): -9939951 or 1135720. OLE color: 1135720.

HSL color Cylindrical-coordinate representation of color #685411: hue angle of 46.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #685411 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1048417-
CMYK00.190.840.59
HSL46.21º71.9%23.73%-
HSV(B)46.21º83.65%40.78%-
XYZ8.989.321.86-
YUV82.3491.13143.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=50.73%
G=40.98%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104841700.190.840.5946.2171.923.73
Hex685411013543B2e4818
Octal15012421023124735611030
Binary11010001010100100010100111010100111011101110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685411; }

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

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

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

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

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

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

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

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