#60140D

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

Shades of Red Oxide #60140D

Tints of Red Oxide #60140D

Color information

#60140D (or 0x60140D) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 0D. RGB value is (96,20,13). Sum of RGB (Red+Green+Blue) = 96+20+13=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60140D is #9FEBF2. Grayscale: #2A2A2A. Windows color (decimal): -10480627 or 857184. OLE color: 857184.

HSL color Cylindrical-coordinate representation of color #60140D: hue angle of 5.06º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60140D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB962013-
CMYK00.790.860.62
HSL5.06º76.15%21.37%-
HSV(B)5.06º86.46%37.65%-
XYZ5.153.020.69-
YUV41.93111.68166.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=74.42%
G=15.50%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96201300.790.860.625.0676.1521.37
Hex6014D04F563E54c15
Octal1402415011712676511425
Binary1100000101001101010011111010110111110101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60140D; }

 p { color: rgb(96,20,13); }

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

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

 a { background-color: rgb(96,20,13); }

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

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

 span { border-color: rgb(96,20,13); }

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