Html Css Color HEX #061406 Black Bean

📋 copy color: '#061406'

red 6 ◦ green 20 ◦ blue 6

#061406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #061406

Tints of Black Bean #061406

RGB

 RED value IS 6 (2.73% from 255) = 18.75%

 GREEN value IS 20 (8.2% 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 value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#061406 (or 0x061406) is known color: 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

RGB 6 20 6 -
CMYK 0.70 0 0.70 0.92
HSL 120º 0.54% 0.05% -
HSV(B) 120º 0.7% 0.08% -
XYZ 0.36 0.55 0.26 -
YUV 14.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 6 20 6 0.70 0 0.70 0.92 120 0.54 0.05
Hex 6 14 6 46 0 46 5C 78 36 5
Octal 6 24 6 106 0 106 134 170 66 5
Binary 110 10100 110 1000110 0 1000110 1011100 1111000 110110 101

Color Harmonies of #061406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061406

Black with #061406

Text Example


Text Example

White with #061406

Text Example


Text Example

HTML Codes & Css Web 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>