#600F04

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

Shades of Red Oxide #600F04

Tints of Red Oxide #600F04

Color information

#600F04 (or 0x600F04) is unknown color: approx Red Oxide. HEX triplet: 60, 0F and 04. RGB value is (96,15,4). Sum of RGB (Red+Green+Blue) = 96+15+4=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F04 is #9FF0FB. Grayscale: #262626. Windows color (decimal): -10481916 or 266080. OLE color: 266080.

HSL color Cylindrical-coordinate representation of color #600F04: hue angle of 7.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600F04 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96154-
CMYK00.840.960.62
HSL7.17º92%19.61%-
HSV(B)7.17º95.83%37.65%-
XYZ5.022.840.4-
YUV37.97108.84169.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 83.48%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=83.48%
G=13.04%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615400.840.960.627.179219.61
Hex60F4054603E75c14
Octal140174012414076713424
Binary11000001111100010101001100000111110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F04; }

 p { color: rgb(96,15,4); }

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

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

 a { background-color: rgb(96,15,4); }

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

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

 span { border-color: rgb(96,15,4); }

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