#061007

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

Shades of Black Bean #061007

Tints of Black Bean #061007

Color information

#061007 (or 0x061007) is unknown color: approx Black Bean. HEX triplet: 06, 10 and 07. RGB value is (6,16,7). Sum of RGB (Red+Green+Blue) = 6+16+7=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #061007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061007 is #F9EFF8. Grayscale: #0C0C0C. Windows color (decimal): -16379897 or 462854. OLE color: 462854.

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

Color convert

RGB6167-
CMYK0.6200.560.94
HSL126º45.45%4.31%-
HSV(B)126º62.5%6.27%-
XYZ0.30.420.27-
YUV11.98125.19123.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20.69%
GREEN value IS 16 (6.64% from 255) = 55.17%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=20.69%
G=55.17%
B=24.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal61670.6200.560.9412645.454.31
Hex61073E0385E7e2d4
Octal620776070136176554
Binary11010000111111110011100010111101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061007; }

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

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

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

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

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

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

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

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