#685014

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

Shades of Raw Umber #685014

Tints of Raw Umber #685014

Color information

#685014 (or 0x685014) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 14. RGB value is (104,80,20). Sum of RGB (Red+Green+Blue) = 104+80+20=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685014 is #97AFEB. Grayscale: #505050. Windows color (decimal): -9940972 or 1331304. OLE color: 1331304.

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

Color convert

RGB1048020-
CMYK00.230.810.59
HSL42.86º67.74%24.31%-
HSV(B)42.86º80.77%40.78%-
XYZ8.78.731.89-
YUV80.3493.95144.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=50.98%
G=39.22%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802000.230.810.5942.8667.7424.31
Hex685014017513B2b4418
Octal15012024027121735310430
Binary11010001010000101000101111010001111011101011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685014; }

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

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

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

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

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

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

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

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