#062007

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

Shades of Black Bean #062007

Tints of Black Bean #062007

Color information

#062007 (or 0x062007) is unknown color: approx Black Bean. HEX triplet: 06, 20 and 07. RGB value is (6,32,7). Sum of RGB (Red+Green+Blue) = 6+32+7=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #062007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062007 is #F9DFF8. Grayscale: #151515. Windows color (decimal): -16375801 or 466950. OLE color: 466950.

HSL color Cylindrical-coordinate representation of color #062007: hue angle of 122.31º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062007 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB6327-
CMYK0.8100.780.87
HSL122.31º68.42%7.45%-
HSV(B)122.31º81.25%12.55%-
XYZ0.631.090.38-
YUV21.38119.89117.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=13.33%
G=71.11%
B=15.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal63270.8100.780.87122.3168.427.45
Hex62075104E577a447
Octal640712101161271721047
Binary110100000111101000101001110101011111110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062007; }

 p { color: rgb(6,32,7); }

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

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

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

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

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

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

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