#100606

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

Shades of Black #100606

Tints of Black #100606

Color information

#100606 (or 0x100606) is unknown color: approx Black. HEX triplet: 10, 06 and 06. RGB value is (16,6,6). Sum of RGB (Red+Green+Blue) = 16+6+6=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #100606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100606 is #EFF9F9. Grayscale: #090909. Windows color (decimal): -15727098 or 394768. OLE color: 394768.

HSL color Cylindrical-coordinate representation of color #100606: hue angle of 0º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #100606 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB1666-
CMYK00.620.620.94
HSL45.45%4.31%-
HSV(B)62.5%6.27%-
XYZ0.310.250.2-
YUV8.99126.31133-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 21.43%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal166600.620.620.94045.454.31
Hex106603E3E5E02d4
Octal2066076761360554
Binary10000110110011111011111010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100606; }

 p { color: rgb(16,6,6); }

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

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

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

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

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

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

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