#68120A

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

Shades of Red Oxide #68120A

Tints of Red Oxide #68120A

Color information

#68120A (or 0x68120A) is unknown color: approx Red Oxide. HEX triplet: 68, 12 and 0A. RGB value is (104,18,10). Sum of RGB (Red+Green+Blue) = 104+18+10=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68120A is #97EDF5. Grayscale: #2A2A2A. Windows color (decimal): -9956854 or 660072. OLE color: 660072.

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

Color convert

RGB1041810-
CMYK00.830.900.59
HSL5.11º82.46%22.35%-
HSV(B)5.11º90.38%40.78%-
XYZ5.983.40.63-
YUV42.8109.49171.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=78.79%
G=13.64%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104181000.830.900.595.1182.4622.35
Hex6812A0535A3B55216
Octal1502212012313273512226
Binary1101000100101010010100111011010111011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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