#682420

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

Shades of Red Oxide #682420

Tints of Red Oxide #682420

Color information

#682420 (or 0x682420) is unknown color: approx Red Oxide. HEX triplet: 68, 24 and 20. RGB value is (104,36,32). Sum of RGB (Red+Green+Blue) = 104+36+32=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682420 is #97DBDF. Grayscale: #373737. Windows color (decimal): -9952224 or 2106472. OLE color: 2106472.

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

Color convert

RGB1043632-
CMYK00.650.690.59
HSL3.33º52.94%26.67%-
HSV(B)3.33º69.23%40.78%-
XYZ6.64.311.85-
YUV55.88114.53162.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=60.47%
G=20.93%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104363200.650.690.593.3352.9426.67
Hex682420041453B3351b
Octal150444001011057336533
Binary11010001001001000000100000110001011110111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682420; }

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

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

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

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

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

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

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

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