#682013

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

Shades of Red Oxide #682013

Tints of Red Oxide #682013

Color information

#682013 (or 0x682013) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 13. RGB value is (104,32,19). Sum of RGB (Red+Green+Blue) = 104+32+19=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682013 is #97DFEC. Grayscale: #343434. Windows color (decimal): -9953261 or 1253480. OLE color: 1253480.

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

Color convert

RGB1043219-
CMYK00.690.820.59
HSL9.18º69.11%24.12%-
HSV(B)9.18º81.73%40.78%-
XYZ6.344.021.06-
YUV52.05109.35165.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=67.10%
G=20.65%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321900.690.820.599.1869.1124.12
Hex682013045523B94518
Octal15040230105122731110530
Binary1101000100000100110100010110100101110111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682013; }

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

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

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

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

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

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

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

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