Html Css Color HEX #100706 Black

📋 copy color: '#100706'

red 16 ◦ green 7 ◦ blue 6

#100706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #100706

Tints of Black #100706

RGB

 RED value IS 16 (6.64% from 255) = 55.17%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#100706 (or 0x100706) is known color: 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

RGB 16 7 6 -
CMYK 0 0.56 0.62 0.94
HSL 0.45% 0.04% -
HSV(B) 0.63% 0.06% -
XYZ 0.32 0.28 0.21 -
YUV 9.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 16 7 6 0 0.56 0.62 0.94 6 0.45 0.04
Hex 10 7 6 0 38 3E 5E 6 2D 4
Octal 20 7 6 0 70 76 136 6 55 4
Binary 10000 111 110 0 111000 111110 1011110 110 101101 100

Color Harmonies of #100706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100706

Black with #100706

Text Example


Text Example

White with #100706

Text Example


Text Example

HTML Codes & Css Web 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>