#06220C

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

Shades of Black Bean #06220C

Tints of Black Bean #06220C

Color information

#06220C (or 0x06220C) is unknown color: approx Black Bean. HEX triplet: 06, 22 and 0C. RGB value is (6,34,12). Sum of RGB (Red+Green+Blue) = 6+34+12=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #06220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06220C is #F9DDF3. Grayscale: #171717. Windows color (decimal): -16375284 or 795142. OLE color: 795142.

HSL color Cylindrical-coordinate representation of color #06220C: hue angle of 132.86º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06220C is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB63412-
CMYK0.8200.650.87
HSL132.86º70%7.84%-
HSV(B)132.86º82.35%13.33%-
XYZ0.711.210.54-
YUV23.12121.72115.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.54%
GREEN value IS 34 (13.67% from 255) = 65.38%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=11.54%
G=65.38%
B=23.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634120.8200.650.87132.86707.84
Hex622C520415785468
Octal64214122010112720510610
Binary110100010110010100100100000110101111000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06220C; }

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

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

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

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

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

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

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

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