#685019

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

Shades of Raw Umber #685019

Tints of Raw Umber #685019

Color information

#685019 (or 0x685019) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 19. RGB value is (104,80,25). Sum of RGB (Red+Green+Blue) = 104+80+25=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685019 is #97AFE6. Grayscale: #515151. Windows color (decimal): -9940967 or 1658984. OLE color: 1658984.

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

Color convert

RGB1048025-
CMYK00.230.760.59
HSL41.77º61.24%25.29%-
HSV(B)41.77º75.96%40.78%-
XYZ8.758.752.15-
YUV80.9196.45144.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=49.76%
G=38.28%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802500.230.760.5941.7761.2425.29
Hex6850190174C3B2a3d19
Octal1501203102711473527531
Binary1101000101000011001010111100110011101110101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685019; }

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

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

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

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

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

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

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

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