#684D0A

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

Shades of Raw Umber #684D0A

Tints of Raw Umber #684D0A

Color information

#684D0A (or 0x684D0A) is unknown color: approx Raw Umber. HEX triplet: 68, 4D and 0A. RGB value is (104,77,10). Sum of RGB (Red+Green+Blue) = 104+77+10=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D0A is #97B2F5. Grayscale: #4D4D4D. Windows color (decimal): -9941750 or 675176. OLE color: 675176.

HSL color Cylindrical-coordinate representation of color #684D0A: hue angle of 42.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #684D0A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1047710-
CMYK00.260.900.59
HSL42.77º82.46%22.35%-
HSV(B)42.77º90.38%40.78%-
XYZ8.428.271.44-
YUV77.4489.95146.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=54.45%
G=40.31%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104771000.260.900.5942.7782.4622.35
Hex684DA01A5A3B2b5216
Octal15011512032132735312226
Binary1101000100110110100110101011010111011101011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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