#685701

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

Shades of Raw Umber #685701

Tints of Raw Umber #685701

Color information

#685701 (or 0x685701) is unknown color: approx Raw Umber. HEX triplet: 68, 57 and 01. RGB value is (104,87,1). Sum of RGB (Red+Green+Blue) = 104+87+1=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685701 is #97A8FE. Grayscale: #525252. Windows color (decimal): -9939199 or 87912. OLE color: 87912.

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

Color convert

RGB104871-
CMYK00.160.990.59
HSL50.1º98.1%20.59%-
HSV(B)50.1º99.04%40.78%-
XYZ9.129.761.43-
YUV82.2882.13143.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=54.17%
G=45.31%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10487100.160.990.5950.198.120.59
Hex68571010633B326215
Octal1501271020143736214225
Binary1101000101011110100001100011111011110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685701; }

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

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

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

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

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

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

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

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