#685015

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

Shades of Raw Umber #685015

Tints of Raw Umber #685015

Color information

#685015 (or 0x685015) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 15. RGB value is (104,80,21). Sum of RGB (Red+Green+Blue) = 104+80+21=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685015 is #97AFEA. Grayscale: #505050. Windows color (decimal): -9940971 or 1396840. OLE color: 1396840.

HSL color Cylindrical-coordinate representation of color #685015: hue angle of 42.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #685015 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1048021-
CMYK00.230.800.59
HSL42.65º66.4%24.51%-
HSV(B)42.65º79.81%40.78%-
XYZ8.718.731.94-
YUV80.4594.45144.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=50.73%
G=39.02%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802100.230.800.5942.6566.424.51
Hex685015017503B2b4219
Octal15012025027120735310231
Binary11010001010000101010101111010000111011101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685015; }

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

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

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

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

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

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

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

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