#60170E

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

Shades of Red Oxide #60170E

Tints of Red Oxide #60170E

Color information

#60170E (or 0x60170E) is unknown color: approx Red Oxide. HEX triplet: 60, 17 and 0E. RGB value is (96,23,14). Sum of RGB (Red+Green+Blue) = 96+23+14=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #60170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60170E is #9FE8F1. Grayscale: #2B2B2B. Windows color (decimal): -10479858 or 923488. OLE color: 923488.

HSL color Cylindrical-coordinate representation of color #60170E: hue angle of 6.59º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60170E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB962314-
CMYK00.760.850.62
HSL6.59º74.55%21.57%-
HSV(B)6.59º85.42%37.65%-
XYZ5.213.130.75-
YUV43.8111.18165.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.18%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=72.18%
G=17.29%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96231400.760.850.626.5974.5521.57
Hex6017E04C553E74b16
Octal1402716011412576711326
Binary1100000101111110010011001010101111110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,23,14); }

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

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

 a { background-color: rgb(96,23,14); }

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

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

 span { border-color: rgb(96,23,14); }

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