#60231C

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

Shades of Red Oxide #60231C

Tints of Red Oxide #60231C

Color information

#60231C (or 0x60231C) is unknown color: approx Red Oxide. HEX triplet: 60, 23 and 1C. RGB value is (96,35,28). Sum of RGB (Red+Green+Blue) = 96+35+28=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60231C is #9FDCE3. Grayscale: #343434. Windows color (decimal): -10476772 or 1844064. OLE color: 1844064.

HSL color Cylindrical-coordinate representation of color #60231C: hue angle of 6.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60231C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB963528-
CMYK00.640.710.62
HSL6.18º54.84%24.31%-
HSV(B)6.18º70.83%37.65%-
XYZ5.633.771.53-
YUV52.44114.21159.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=60.38%
G=22.01%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96352800.640.710.626.1854.8424.31
Hex60231C040473E63718
Octal140433401001077666730
Binary11000001000111110001000000100011111111011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60231C; }

 p { color: rgb(96,35,28); }

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

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

 a { background-color: rgb(96,35,28); }

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

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

 span { border-color: rgb(96,35,28); }

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