#60201E

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

Shades of Red Oxide #60201E

Tints of Red Oxide #60201E

Color information

#60201E (or 0x60201E) is unknown color: approx Red Oxide. HEX triplet: 60, 20 and 1E. RGB value is (96,32,30). Sum of RGB (Red+Green+Blue) = 96+32+30=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60201E is #9FDFE1. Grayscale: #323232. Windows color (decimal): -10477538 or 1974368. OLE color: 1974368.

HSL color Cylindrical-coordinate representation of color #60201E: hue angle of 1.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60201E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB963230-
CMYK00.670.690.62
HSL1.82º52.38%24.71%-
HSV(B)1.82º68.75%37.65%-
XYZ5.573.611.63-
YUV50.91116.2160.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=60.76%
G=20.25%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96323000.670.690.621.8252.3824.71
Hex60201E043453E23419
Octal140403601031057626431
Binary1100000100000111100100001110001011111101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60201E; }

 p { color: rgb(96,32,30); }

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

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

 a { background-color: rgb(96,32,30); }

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

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

 span { border-color: rgb(96,32,30); }

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