#682012

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

Shades of Red Oxide #682012

Tints of Red Oxide #682012

Color information

#682012 (or 0x682012) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 12. RGB value is (104,32,18). Sum of RGB (Red+Green+Blue) = 104+32+18=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #682012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682012 is #97DFED. Grayscale: #343434. Windows color (decimal): -9953262 or 1187944. OLE color: 1187944.

HSL color Cylindrical-coordinate representation of color #682012: hue angle of 9.77º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682012 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1043218-
CMYK00.690.830.59
HSL9.77º70.49%23.92%-
HSV(B)9.77º82.69%40.78%-
XYZ6.334.021.01-
YUV51.93108.85165.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=67.53%
G=20.78%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321800.690.830.599.7770.4923.92
Hex682012045533Ba4618
Octal15040220105123731210630
Binary1101000100000100100100010110100111110111010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682012; }

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

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

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

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

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

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

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

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