Html Css Color HEX #061408 Black Bean

📋 copy color: '#061408'

red 6 ◦ green 20 ◦ blue 8

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

Shades of Black Bean #061408

Tints of Black Bean #061408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 58.82%

 BLUE value IS 8 (3.52% from 255) = 23.53%

R = 17.65%
G = 58.82%
B = 23.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.92

RGB Variations

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

Color information

#061408 (or 0x061408) is known color: Black Bean. HEX triplet: 06, 14 and 08. RGB value is (6,20,8). Sum of RGB (Red+Green+Blue) = 6+20+8=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #061408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061408 is #F9EBF7. Grayscale: #0E0E0E. Windows color (decimal): -16378872 or 529414. OLE color: 529414.

HSL color Cylindrical-coordinate representation of color #061408: hue angle of 128.57º 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 #061408 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 8 -
CMYK 0.70 0 0.60 0.92
HSL 128.57º 0.54% 0.05% -
HSV(B) 128.57º 0.7% 0.08% -
XYZ 0.37 0.56 0.32 -
YUV 14.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 6 20 8 0.70 0 0.60 0.92 128.57 0.54 0.05
Hex 6 14 8 46 0 3C 5C 81 36 5
Octal 6 24 10 106 0 74 134 201 66 5
Binary 110 10100 1000 1000110 0 111100 1011100 10000001 110110 101

Color Harmonies of #061408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061408

Black with #061408

Text Example


Text Example

White with #061408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061408; }

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

 H1.HeaderClassName
 {
   color: #061408;
 }
 .AnyTagClassName
 {
   color: #061408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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