#682213

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

Shades of Red Oxide #682213

Tints of Red Oxide #682213

Color information

#682213 (or 0x682213) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 13. RGB value is (104,34,19). Sum of RGB (Red+Green+Blue) = 104+34+19=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682213 is #97DDEC. Grayscale: #353535. Windows color (decimal): -9952749 or 1253992. OLE color: 1253992.

HSL color Cylindrical-coordinate representation of color #682213: hue angle of 10.59º 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 #682213 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1043419-
CMYK00.670.820.59
HSL10.59º69.11%24.12%-
HSV(B)10.59º81.73%40.78%-
XYZ6.44.131.08-
YUV53.22108.69164.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=66.24%
G=21.66%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104341900.670.820.5910.5969.1124.12
Hex682213043523Bb4518
Octal15042230103122731310530
Binary1101000100010100110100001110100101110111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682213; }

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

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

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

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

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

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

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

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