#682011

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

Shades of Red Oxide #682011

Tints of Red Oxide #682011

Color information

#682011 (or 0x682011) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 11. RGB value is (104,32,17). Sum of RGB (Red+Green+Blue) = 104+32+17=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682011 is #97DFEE. Grayscale: #333333. Windows color (decimal): -9953263 or 1122408. OLE color: 1122408.

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

Color convert

RGB1043217-
CMYK00.690.840.59
HSL10.34º71.9%23.73%-
HSV(B)10.34º83.65%40.78%-
XYZ6.334.020.97-
YUV51.82108.35165.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=67.97%
G=20.92%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321700.690.840.5910.3471.923.73
Hex682011045543Ba4818
Octal15040210105124731211030
Binary1101000100000100010100010110101001110111010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682011; }

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

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

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

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

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

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

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

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