#68460D

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

Shades of Raw Umber #68460D

Tints of Raw Umber #68460D

Color information

#68460D (or 0x68460D) is unknown color: approx Raw Umber. HEX triplet: 68, 46 and 0D. RGB value is (104,70,13). Sum of RGB (Red+Green+Blue) = 104+70+13=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68460D is #97B9F2. Grayscale: #494949. Windows color (decimal): -9943539 or 869992. OLE color: 869992.

HSL color Cylindrical-coordinate representation of color #68460D: hue angle of 37.58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68460D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1047013-
CMYK00.330.880.59
HSL37.58º77.78%22.94%-
HSV(B)37.58º87.5%40.78%-
XYZ7.977.351.38-
YUV73.6793.76149.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=55.61%
G=37.43%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104701300.330.880.5937.5877.7822.94
Hex6846D021583B264e17
Octal15010615041130734611627
Binary11010001000110110101000011011000111011100110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68460D; }

 p { color: rgb(104,70,13); }

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

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

 a { background-color: rgb(104,70,13); }

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

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

 span { border-color: rgb(104,70,13); }

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