#060C06

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

Shades of Black Bean #060C06

Tints of Black Bean #060C06

Color information

#060C06 (or 0x060C06) is unknown color: approx Black Bean. HEX triplet: 06, 0C and 06. RGB value is (6,12,6). Sum of RGB (Red+Green+Blue) = 6+12+6=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #060C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C06 is #F9F3F9. Grayscale: #090909. Windows color (decimal): -16380922 or 396294. OLE color: 396294.

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

Color convert

RGB6126-
CMYK0.5000.500.95
HSL120º33.33%3.53%-
HSV(B)120º50%4.71%-
XYZ0.240.310.22-
YUV9.52126.01125.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 12 (5.08% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61260.5000.500.9512033.333.53
Hex6C6320325F78214
Octal614662062137170414
Binary1101100110110010011001010111111111000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C06; }

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

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

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

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

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

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

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

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