#061106

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

Shades of Black Bean #061106

Tints of Black Bean #061106

Color information

#061106 (or 0x061106) is unknown color: approx Black Bean. HEX triplet: 06, 11 and 06. RGB value is (6,17,6). Sum of RGB (Red+Green+Blue) = 6+17+6=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #061106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061106 is #F9EEF9. Grayscale: #0C0C0C. Windows color (decimal): -16379642 or 397574. OLE color: 397574.

HSL color Cylindrical-coordinate representation of color #061106: hue angle of 120º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061106 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB6176-
CMYK0.6500.650.93
HSL120º47.83%4.51%-
HSV(B)120º64.71%6.67%-
XYZ0.310.450.24-
YUV12.46124.36123.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20.69%
GREEN value IS 17 (7.03% from 255) = 58.62%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=20.69%
G=58.62%
B=20.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61760.6500.650.9312047.834.51
Hex6116410415D78305
Octal62161010101135170605
Binary1101000111010000010100000110111011111000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061106; }

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

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

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

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

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

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

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

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