#68200C

Color #68200C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #68200C

Tints of Red Oxide #68200C

Color information

#68200C (or 0x68200C) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 0C. RGB value is (104,32,12). Sum of RGB (Red+Green+Blue) = 104+32+12=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68200C is #97DFF3. Grayscale: #333333. Windows color (decimal): -9953268 or 794728. OLE color: 794728.

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

Color convert

RGB1043212-
CMYK00.690.880.59
HSL13.04º79.31%22.75%-
HSV(B)13.04º88.46%40.78%-
XYZ6.2940.79-
YUV51.25105.85165.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=70.27%
G=21.62%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321200.690.880.5913.0479.3122.75
Hex6820C045583Bd4f17
Octal15040140105130731511727
Binary110100010000011000100010110110001110111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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