#685510

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

Shades of Raw Umber #685510

Tints of Raw Umber #685510

Color information

#685510 (or 0x685510) is unknown color: approx Raw Umber. HEX triplet: 68, 55 and 10. RGB value is (104,85,16). Sum of RGB (Red+Green+Blue) = 104+85+16=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685510 is #97AAEF. Grayscale: #535353. Windows color (decimal): -9939696 or 1070440. OLE color: 1070440.

HSL color Cylindrical-coordinate representation of color #685510: hue angle of 47.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #685510 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1048516-
CMYK00.180.850.59
HSL47.05º73.33%23.53%-
HSV(B)47.05º84.62%40.78%-
XYZ9.059.481.84-
YUV82.8290.29143.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=50.73%
G=41.46%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104851600.180.850.5947.0573.3323.53
Hex685510012553B2f4918
Octal15012520022125735711130
Binary11010001010101100000100101010101111011101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685510; }

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

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

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

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

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

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

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

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