#06150A

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

Shades of Black Bean #06150A

Tints of Black Bean #06150A

Color information

#06150A (or 0x06150A) is unknown color: approx Black Bean. HEX triplet: 06, 15 and 0A. RGB value is (6,21,10). Sum of RGB (Red+Green+Blue) = 6+21+10=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #06150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06150A is #F9EAF5. Grayscale: #0F0F0F. Windows color (decimal): -16378614 or 660742. OLE color: 660742.

HSL color Cylindrical-coordinate representation of color #06150A: hue angle of 136º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #06150A is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB62110-
CMYK0.7100.520.92
HSL136º55.56%5.29%-
HSV(B)136º71.43%8.24%-
XYZ0.40.60.38-
YUV15.26125.03121.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 21 (8.59% from 255) = 56.76%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=16.22%
G=56.76%
B=27.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal621100.7100.520.9213655.565.29
Hex615A470345C88385
Octal62512107064134210705
Binary11010101101010001110110100101110010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06150A; }

 p { color: rgb(6,21,10); }

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

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

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

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

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

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

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