#685805

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

Shades of Raw Umber #685805

Tints of Raw Umber #685805

Color information

#685805 (or 0x685805) is unknown color: approx Raw Umber. HEX triplet: 68, 58 and 05. RGB value is (104,88,5). Sum of RGB (Red+Green+Blue) = 104+88+5=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #685805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685805 is #97A7FA. Grayscale: #535353. Windows color (decimal): -9938939 or 350312. OLE color: 350312.

HSL color Cylindrical-coordinate representation of color #685805: hue angle of 50.3º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #685805 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104885-
CMYK00.150.950.59
HSL50.3º90.83%21.37%-
HSV(B)50.3º95.19%40.78%-
XYZ9.239.931.57-
YUV83.3283.8142.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=52.79%
G=44.67%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10488500.150.950.5950.390.8321.37
Hex685850F5F3B325b15
Octal1501305017137736213325
Binary11010001011000101011111011111111011110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685805; }

 p { color: rgb(104,88,5); }

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

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

 a { background-color: rgb(104,88,5); }

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

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

 span { border-color: rgb(104,88,5); }

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