#685315

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

Shades of Raw Umber #685315

Tints of Raw Umber #685315

Color information

#685315 (or 0x685315) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 15. RGB value is (104,83,21). Sum of RGB (Red+Green+Blue) = 104+83+21=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685315 is #97ACEA. Grayscale: #525252. Windows color (decimal): -9940203 or 1397608. OLE color: 1397608.

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

Color convert

RGB1048321-
CMYK00.200.800.59
HSL44.82º66.4%24.51%-
HSV(B)44.82º79.81%40.78%-
XYZ8.949.182.01-
YUV82.2193.46143.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=50%
G=39.90%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104832100.200.800.5944.8266.424.51
Hex685315014503B2d4219
Octal15012325024120735510231
Binary11010001010011101010101001010000111011101101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685315; }

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

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

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

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

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

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

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

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