#090600

Color #090600 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #090600

Tints of Black #090600

Color information

#090600 (or 0x090600) is unknown color: approx Black. HEX triplet: 09, 06 and 00. RGB value is (9,6,0). Sum of RGB (Red+Green+Blue) = 9+6+0=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090600 is #F6F9FF. Grayscale: #060606. Windows color (decimal): -16185856 or 1545. OLE color: 1545.

HSL color Cylindrical-coordinate representation of color #090600: hue angle of 40º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB960-
CMYK00.3310.96
HSL40º100%1.76%-
HSV(B)40º100%3.53%-
XYZ0.180.190.03-
YUV6.21124.49129.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal96000.3310.96401001.76
Hex960021646028642
Octal1160041144140501442
Binary10011100010000111001001100000101000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090600; }

 p { color: rgb(9,6,0); }

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

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

 a { background-color: rgb(9,6,0); }

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

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

 span { border-color: rgb(9,6,0); }

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