#68460f

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

Shades of Raw Umber #68460F

Tints of Raw Umber #68460F

Color information

#68460F (or 0x68460F) is unknown color: approx Raw Umber. HEX triplet: 68, 46 and 0F. RGB value is (104,70,15). Sum of RGB (Red+Green+Blue) = 104+70+15=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68460F is #97B9F0. Grayscale: #4A4A4A. Windows color (decimal): -9943537 or 1001064. OLE color: 1001064.

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

Color convert

RGB1047015-
CMYK00.330.860.59
HSL37.08º74.79%23.33%-
HSV(B)37.08º85.58%40.78%-
XYZ7.997.361.45-
YUV73.994.76149.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=55.03%
G=37.04%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104701500.330.860.5937.0874.7923.33
Hex6846F021563B254b17
Octal15010617041126734511327
Binary11010001000110111101000011010110111011100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68460f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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