#685119

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

Shades of Raw Umber #685119

Tints of Raw Umber #685119

Color information

#685119 (or 0x685119) is unknown color: approx Raw Umber. HEX triplet: 68, 51 and 19. RGB value is (104,81,25). Sum of RGB (Red+Green+Blue) = 104+81+25=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #685119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685119 is #97AEE6. Grayscale: #515151. Windows color (decimal): -9940711 or 1659240. OLE color: 1659240.

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

Color convert

RGB1048125-
CMYK00.220.760.59
HSL42.53º61.24%25.29%-
HSV(B)42.53º75.96%40.78%-
XYZ8.838.92.17-
YUV81.4996.12144.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=49.52%
G=38.57%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104812500.220.760.5942.5361.2425.29
Hex6851190164C3B2b3d19
Octal1501213102611473537531
Binary1101000101000111001010110100110011101110101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685119; }

 p { color: rgb(104,81,25); }

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

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

 a { background-color: rgb(104,81,25); }

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

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

 span { border-color: rgb(104,81,25); }

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