#68440C

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

Shades of Raw Umber #68440C

Tints of Raw Umber #68440C

Color information

#68440C (or 0x68440C) is unknown color: approx Raw Umber. HEX triplet: 68, 44 and 0C. RGB value is (104,68,12). Sum of RGB (Red+Green+Blue) = 104+68+12=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68440C is #97BBF3. Grayscale: #484848. Windows color (decimal): -9944052 or 803944. OLE color: 803944.

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

Color convert

RGB1046812-
CMYK00.350.880.59
HSL36.52º79.31%22.75%-
HSV(B)36.52º88.46%40.78%-
XYZ7.847.11.31-
YUV72.3893.93150.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=56.52%
G=36.96%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104681200.350.880.5936.5279.3122.75
Hex6844C023583B254f17
Octal15010414043130734511727
Binary11010001000100110001000111011000111011100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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