#68400E

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

Shades of Raw Umber #68400E

Tints of Raw Umber #68400E

Color information

#68400E (or 0x68400E) is unknown color: approx Raw Umber. HEX triplet: 68, 40 and 0E. RGB value is (104,64,14). Sum of RGB (Red+Green+Blue) = 104+64+14=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400E is #97BFF1. Grayscale: #464646. Windows color (decimal): -9945074 or 933992. OLE color: 933992.

HSL color Cylindrical-coordinate representation of color #68400E: hue angle of 33.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68400E is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1046414-
CMYK00.380.870.59
HSL33.33º76.27%23.14%-
HSV(B)33.33º86.54%40.78%-
XYZ7.626.641.3-
YUV70.2696.25152.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=57.14%
G=35.16%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104641400.380.870.5933.3376.2723.14
Hex6840E026573B214c17
Octal15010016046127734111427
Binary11010001000000111001001101010111111011100001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68400E; }

 p { color: rgb(104,64,14); }

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

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

 a { background-color: rgb(104,64,14); }

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

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

 span { border-color: rgb(104,64,14); }

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