#682219

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

Shades of Red Oxide #682219

Tints of Red Oxide #682219

Color information

#682219 (or 0x682219) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 19. RGB value is (104,34,25). Sum of RGB (Red+Green+Blue) = 104+34+25=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682219 is #97DDE6. Grayscale: #363636. Windows color (decimal): -9952743 or 1647208. OLE color: 1647208.

HSL color Cylindrical-coordinate representation of color #682219: hue angle of 6.84º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682219 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1043425-
CMYK00.670.760.59
HSL6.84º61.24%25.29%-
HSV(B)6.84º75.96%40.78%-
XYZ6.464.161.38-
YUV53.9111.69163.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=63.80%
G=20.86%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342500.670.760.596.8461.2425.29
Hex6822190434C3B73d19
Octal150423101031147377531
Binary11010001000101100101000011100110011101111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682219; }

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

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

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

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

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

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

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

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