#100706

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

Shades of Black #100706

Tints of Black #100706

Color information

#100706 (or 0x100706) is unknown color: approx Black. HEX triplet: 10, 07 and 06. RGB value is (16,7,6). Sum of RGB (Red+Green+Blue) = 16+7+6=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100706 is #EFF8F9. Grayscale: #090909. Windows color (decimal): -15726842 or 395024. OLE color: 395024.

HSL color Cylindrical-coordinate representation of color #100706: hue angle of 6º 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 #100706 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB1676-
CMYK00.560.620.94
HSL45.45%4.31%-
HSV(B)62.5%6.27%-
XYZ0.320.280.21-
YUV9.58125.98132.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=55.17%
G=24.14%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal167600.560.620.94645.454.31
Hex10760383E5E62d4
Octal2076070761366554
Binary1000011111001110001111101011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100706; }

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

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

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

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

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

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

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

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