#061406

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

Shades of Black Bean #061406

Tints of Black Bean #061406

Color information

#061406 (or 0x061406) is unknown color: approx Black Bean. HEX triplet: 06, 14 and 06. RGB value is (6,20,6). Sum of RGB (Red+Green+Blue) = 6+20+6=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #061406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061406 is #F9EBF9. Grayscale: #0E0E0E. Windows color (decimal): -16378874 or 398342. OLE color: 398342.

HSL color Cylindrical-coordinate representation of color #061406: hue angle of 120º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061406 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB6206-
CMYK0.7000.700.92
HSL120º53.85%5.1%-
HSV(B)120º70%7.84%-
XYZ0.360.550.26-
YUV14.22123.36122.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.75%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=18.75%
G=62.5%
B=18.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62060.7000.700.9212053.855.1
Hex6146460465C78365
Octal62461060106134170665
Binary1101010011010001100100011010111001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061406; }

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

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

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

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

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

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

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

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