#68540C

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

Shades of Raw Umber #68540C

Tints of Raw Umber #68540C

Color information

#68540C (or 0x68540C) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 0C. RGB value is (104,84,12). Sum of RGB (Red+Green+Blue) = 104+84+12=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540C is #97ABF3. Grayscale: #525252. Windows color (decimal): -9939956 or 808040. OLE color: 808040.

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

Color convert

RGB1048412-
CMYK00.190.880.59
HSL46.96º79.31%22.75%-
HSV(B)46.96º88.46%40.78%-
XYZ8.959.311.67-
YUV81.7788.63143.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 12 (5.08% from 255) = 6%
R=52%
G=42%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104841200.190.880.5946.9679.3122.75
Hex6854C013583B2f4f17
Octal15012414023130735711727
Binary1101000101010011000100111011000111011101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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