#68400A

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

Shades of Raw Umber #68400A

Tints of Raw Umber #68400A

Color information

#68400A (or 0x68400A) is unknown color: approx Raw Umber. HEX triplet: 68, 40 and 0A. RGB value is (104,64,10). Sum of RGB (Red+Green+Blue) = 104+64+10=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400A is #97BFF5. Grayscale: #464646. Windows color (decimal): -9945078 or 671848. OLE color: 671848.

HSL color Cylindrical-coordinate representation of color #68400A: hue angle of 34.47º 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 #68400A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1046410-
CMYK00.380.900.59
HSL34.47º82.46%22.35%-
HSV(B)34.47º90.38%40.78%-
XYZ7.66.631.17-
YUV69.894.25152.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=58.43%
G=35.96%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104641000.380.900.5934.4782.4622.35
Hex6840A0265A3B225216
Octal15010012046132734212226
Binary11010001000000101001001101011010111011100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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