#600F07

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

Shades of Red Oxide #600F07

Tints of Red Oxide #600F07

Color information

#600F07 (or 0x600F07) is unknown color: approx Red Oxide. HEX triplet: 60, 0F and 07. RGB value is (96,15,7). Sum of RGB (Red+Green+Blue) = 96+15+7=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F07 is #9FF0F8. Grayscale: #262626. Windows color (decimal): -10481913 or 462688. OLE color: 462688.

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

Color convert

RGB96157-
CMYK00.840.930.62
HSL5.39º86.41%20.2%-
HSV(B)5.39º92.71%37.65%-
XYZ5.032.840.48-
YUV38.31110.34169.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=81.36%
G=12.71%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615700.840.930.625.3986.4120.2
Hex60F70545D3E55614
Octal140177012413576512624
Binary11000001111111010101001011101111110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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