#684D01

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

Shades of Raw Umber #684D01

Tints of Raw Umber #684D01

Color information

#684D01 (or 0x684D01) is unknown color: approx Raw Umber. HEX triplet: 68, 4D and 01. RGB value is (104,77,1). Sum of RGB (Red+Green+Blue) = 104+77+1=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #684D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D01 is #97B2FE. Grayscale: #4C4C4C. Windows color (decimal): -9941759 or 85352. OLE color: 85352.

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

Color convert

RGB104771-
CMYK00.260.990.59
HSL44.27º98.1%20.59%-
HSV(B)44.27º99.04%40.78%-
XYZ8.378.251.18-
YUV76.4185.45147.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=57.14%
G=42.31%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10477100.260.990.5944.2798.120.59
Hex684D101A633B2c6215
Octal1501151032143735414225
Binary1101000100110110110101100011111011101100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D01; }

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

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

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

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

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

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

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

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