#684500

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

Shades of Raw Umber #684500

Tints of Raw Umber #684500

Color information

#684500 (or 0x684500) is unknown color: approx Raw Umber. HEX triplet: 68, 45 and 00. RGB value is (104,69,0). Sum of RGB (Red+Green+Blue) = 104+69+0=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #684500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684500 is #97BAFF. Grayscale: #474747. Windows color (decimal): -9943808 or 17768. OLE color: 17768.

HSL color Cylindrical-coordinate representation of color #684500: hue angle of 39.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #684500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104690-
CMYK00.3410.59
HSL39.81º100%20.39%-
HSV(B)39.81º100%40.78%-
XYZ7.847.20.98-
YUV71.687.6151.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.12%
G=39.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10469000.3410.5939.8110020.39
Hex68450022643B286414
Octal1501050042144735014424
Binary11010001000101001000101100100111011101000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684500; }

 p { color: rgb(104,69,0); }

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

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

 a { background-color: rgb(104,69,0); }

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

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

 span { border-color: rgb(104,69,0); }

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