#685313

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

Shades of Raw Umber #685313

Tints of Raw Umber #685313

Color information

#685313 (or 0x685313) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 13. RGB value is (104,83,19). Sum of RGB (Red+Green+Blue) = 104+83+19=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685313 is #97ACEC. Grayscale: #525252. Windows color (decimal): -9940205 or 1266536. OLE color: 1266536.

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

Color convert

RGB1048319-
CMYK00.200.820.59
HSL45.18º69.11%24.12%-
HSV(B)45.18º81.73%40.78%-
XYZ8.929.181.92-
YUV81.9892.46143.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=50.49%
G=40.29%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104831900.200.820.5945.1869.1124.12
Hex685313014523B2d4518
Octal15012323024122735510530
Binary11010001010011100110101001010010111011101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685313; }

 p { color: rgb(104,83,19); }

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

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

 a { background-color: rgb(104,83,19); }

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

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

 span { border-color: rgb(104,83,19); }

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