#600F00

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

Shades of Red Oxide #600F00

Tints of Red Oxide #600F00

Color information

#600F00 (or 0x600F00) is unknown color: approx Red Oxide. HEX triplet: 60, 0F and 00. RGB value is (96,15,0). Sum of RGB (Red+Green+Blue) = 96+15+0=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #600F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F00 is #9FF0FF. Grayscale: #252525. Windows color (decimal): -10481920 or 3936. OLE color: 3936.

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

Color convert

RGB96150-
CMYK00.8410.62
HSL9.38º100%18.82%-
HSV(B)9.38º100%37.65%-
XYZ4.992.830.28-
YUV37.51106.84169.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 86.49%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.49%
G=13.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615000.8410.629.3810018.82
Hex60F0054643E96413
Octal1401700124144761114423
Binary1100000111100101010011001001111101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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