#68120F

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

Shades of Red Oxide #68120F

Tints of Red Oxide #68120F

Color information

#68120F (or 0x68120F) is unknown color: approx Red Oxide. HEX triplet: 68, 12 and 0F. RGB value is (104,18,15). Sum of RGB (Red+Green+Blue) = 104+18+15=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68120F is #97EDF0. Grayscale: #2B2B2B. Windows color (decimal): -9956849 or 987752. OLE color: 987752.

HSL color Cylindrical-coordinate representation of color #68120F: hue angle of 2.02º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68120F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1041815-
CMYK00.830.860.59
HSL2.02º74.79%23.33%-
HSV(B)2.02º85.58%40.78%-
XYZ6.013.410.79-
YUV43.37111.99171.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=75.91%
G=13.14%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104181500.830.860.592.0274.7923.33
Hex6812F053563B24b17
Octal1502217012312673211327
Binary110100010010111101010011101011011101110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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