#68440A

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

Shades of Raw Umber #68440A

Tints of Raw Umber #68440A

Color information

#68440A (or 0x68440A) is unknown color: approx Raw Umber. HEX triplet: 68, 44 and 0A. RGB value is (104,68,10). Sum of RGB (Red+Green+Blue) = 104+68+10=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68440A is #97BBF5. Grayscale: #484848. Windows color (decimal): -9944054 or 672872. OLE color: 672872.

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

Color convert

RGB1046810-
CMYK00.350.900.59
HSL37.02º82.46%22.35%-
HSV(B)37.02º90.38%40.78%-
XYZ7.837.11.24-
YUV72.1592.93150.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=57.14%
G=37.36%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104681000.350.900.5937.0282.4622.35
Hex6844A0235A3B255216
Octal15010412043132734512226
Binary11010001000100101001000111011010111011100101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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