#685215

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

Shades of Raw Umber #685215

Tints of Raw Umber #685215

Color information

#685215 (or 0x685215) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 15. RGB value is (104,82,21). Sum of RGB (Red+Green+Blue) = 104+82+21=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #685215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685215 is #97ADEA. Grayscale: #515151. Windows color (decimal): -9940459 or 1397352. OLE color: 1397352.

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

Color convert

RGB1048221-
CMYK00.210.800.59
HSL44.1º66.4%24.51%-
HSV(B)44.1º79.81%40.78%-
XYZ8.869.031.99-
YUV81.6293.79143.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=50.24%
G=39.61%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104822100.210.800.5944.166.424.51
Hex685215015503B2c4219
Octal15012225025120735410231
Binary11010001010010101010101011010000111011101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685215; }

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

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

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

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

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

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

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

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