#684701

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

Shades of Raw Umber #684701

Tints of Raw Umber #684701

Color information

#684701 (or 0x684701) is unknown color: approx Raw Umber. HEX triplet: 68, 47 and 01. RGB value is (104,71,1). Sum of RGB (Red+Green+Blue) = 104+71+1=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #684701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684701 is #97B8FE. Grayscale: #494949. Windows color (decimal): -9943295 or 83816. OLE color: 83816.

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

Color convert

RGB104711-
CMYK00.320.990.59
HSL40.78º98.1%20.59%-
HSV(B)40.78º99.04%40.78%-
XYZ7.977.451.05-
YUV72.8987.43150.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=59.09%
G=40.34%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471100.320.990.5940.7898.120.59
Hex68471020633B296215
Octal1501071040143735114225
Binary11010001000111101000001100011111011101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684701; }

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

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

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

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

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

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

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

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