#684C00

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

Shades of Raw Umber #684C00

Tints of Raw Umber #684C00

Color information

#684C00 (or 0x684C00) is unknown color: approx Raw Umber. HEX triplet: 68, 4C and 00. RGB value is (104,76,0). Sum of RGB (Red+Green+Blue) = 104+76+0=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #684C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C00 is #97B3FF. Grayscale: #4C4C4C. Windows color (decimal): -9942016 or 19560. OLE color: 19560.

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

Color convert

RGB104760-
CMYK00.2710.59
HSL43.85º100%20.39%-
HSV(B)43.85º100%40.78%-
XYZ8.298.111.13-
YUV75.7185.28148.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.78%
G=42.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10476000.2710.5943.8510020.39
Hex684C001B643B2c6414
Octal1501140033144735414424
Binary1101000100110000110111100100111011101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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