#685515

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

Shades of Raw Umber #685515

Tints of Raw Umber #685515

Color information

#685515 (or 0x685515) is unknown color: approx Raw Umber. HEX triplet: 68, 55 and 15. RGB value is (104,85,21). Sum of RGB (Red+Green+Blue) = 104+85+21=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #685515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685515 is #97AAEA. Grayscale: #535353. Windows color (decimal): -9939691 or 1398120. OLE color: 1398120.

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

Color convert

RGB1048521-
CMYK00.180.800.59
HSL46.27º66.4%24.51%-
HSV(B)46.27º79.81%40.78%-
XYZ9.099.492.06-
YUV83.3892.79142.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 21 (8.59% from 255) = 10%
R=49.52%
G=40.48%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104852100.180.800.5946.2766.424.51
Hex685515012503B2e4219
Octal15012525022120735610231
Binary11010001010101101010100101010000111011101110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685515; }

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

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

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

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

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

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

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

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