#061206

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

Shades of Black Bean #061206

Tints of Black Bean #061206

Color information

#061206 (or 0x061206) is unknown color: approx Black Bean. HEX triplet: 06, 12 and 06. RGB value is (6,18,6). Sum of RGB (Red+Green+Blue) = 6+18+6=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #061206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061206 is #F9EDF9. Grayscale: #0D0D0D. Windows color (decimal): -16379386 or 397830. OLE color: 397830.

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

Color convert

RGB6186-
CMYK0.6700.670.93
HSL120º50%4.71%-
HSV(B)120º66.67%7.06%-
XYZ0.320.480.25-
YUV13.04124.02122.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 6 (2.73% from 255) = 20%
R=20%
G=60%
B=20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61860.6700.670.93120504.71
Hex6126430435D78325
Octal62261030103135170625
Binary1101001011010000110100001110111011111000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061206; }

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

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

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

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

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

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

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

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