#685017

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

Shades of Raw Umber #685017

Tints of Raw Umber #685017

Color information

#685017 (or 0x685017) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 17. RGB value is (104,80,23). Sum of RGB (Red+Green+Blue) = 104+80+23=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #685017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685017 is #97AFE8. Grayscale: #505050. Windows color (decimal): -9940969 or 1527912. OLE color: 1527912.

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

Color convert

RGB1048023-
CMYK00.230.780.59
HSL42.22º63.78%24.9%-
HSV(B)42.22º77.88%40.78%-
XYZ8.738.742.04-
YUV80.6895.45144.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=50.24%
G=38.65%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802300.230.780.5942.2263.7824.9
Hex6850170174E3B2a4019
Octal15012027027116735210031
Binary11010001010000101110101111001110111011101010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685017; }

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

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

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

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

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

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

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

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