#685F01

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

Shades of Raw Umber #685F01

Tints of Raw Umber #685F01

Color information

#685F01 (or 0x685F01) is unknown color: approx Raw Umber. HEX triplet: 68, 5F and 01. RGB value is (104,95,1). Sum of RGB (Red+Green+Blue) = 104+95+1=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F01 is #97A0FE. Grayscale: #575757. Windows color (decimal): -9937151 or 89960. OLE color: 89960.

HSL color Cylindrical-coordinate representation of color #685F01: hue angle of 54.76º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #685F01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB104951-
CMYK00.090.990.59
HSL54.76º98.1%20.59%-
HSV(B)54.76º99.04%40.78%-
XYZ9.8111.131.66-
YUV86.9879.48140.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=52%
G=47.5%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10495100.090.990.5954.7698.120.59
Hex685F109633B376215
Octal1501371011143736714225
Binary110100010111111010011100011111011110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685F01; }

 p { color: rgb(104,95,1); }

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

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

 a { background-color: rgb(104,95,1); }

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

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

 span { border-color: rgb(104,95,1); }

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