#061006

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

Shades of Black Bean #061006

Tints of Black Bean #061006

Color information

#061006 (or 0x061006) is unknown color: approx Black Bean. HEX triplet: 06, 10 and 06. RGB value is (6,16,6). Sum of RGB (Red+Green+Blue) = 6+16+6=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #061006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061006 is #F9EFF9. Grayscale: #0B0B0B. Windows color (decimal): -16379898 or 397318. OLE color: 397318.

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

Color convert

RGB6166-
CMYK0.6200.620.94
HSL120º45.45%4.31%-
HSV(B)120º62.5%6.27%-
XYZ0.290.420.24-
YUV11.87124.69123.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal61660.6200.620.9412045.454.31
Hex61063E03E5E782d4
Octal620676076136170554
Binary11010000110111110011111010111101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061006; }

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

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

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

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

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

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

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

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