Html Css Color HEX #100606 Black

📋 copy color: '#100606'

red 16 ◦ green 6 ◦ blue 6

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

Shades of Black #100606

Tints of Black #100606

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 value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

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

RGB 16 6 6 -
CMYK 0 0.62 0.62 0.94
HSL 0.45% 0.04% -
HSV(B) 0.63% 0.06% -
XYZ 0.31 0.25 0.2 -
YUV 8.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 16 6 6 0 0.62 0.62 0.94 0 0.45 0.04
Hex 10 6 6 0 3E 3E 5E 0 2D 4
Octal 20 6 6 0 76 76 136 0 55 4
Binary 10000 110 110 0 111110 111110 1011110 0 101101 100

Color Harmonies of #100606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100606

Black with #100606

Text Example


Text Example

White with #100606

Text Example


Text Example

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