#06280A

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

Shades of Black Bean #06280A

Tints of Black Bean #06280A

Color information

#06280A (or 0x06280A) is unknown color: approx Black Bean. HEX triplet: 06, 28 and 0A. RGB value is (6,40,10). Sum of RGB (Red+Green+Blue) = 6+40+10=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #06280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06280A is #F9D7F5. Grayscale: #1A1A1A. Windows color (decimal): -16373750 or 665606. OLE color: 665606.

HSL color Cylindrical-coordinate representation of color #06280A: hue angle of 127.06º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06280A is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB64010-
CMYK0.8500.750.84
HSL127.06º73.91%9.02%-
HSV(B)127.06º85%15.69%-
XYZ0.891.580.54-
YUV26.41118.74113.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 40 (16.02% from 255) = 71.43%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=10.71%
G=71.43%
B=17.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640100.8500.750.84127.0673.919.02
Hex628A5504B547f4a9
Octal65012125011312417711211
Binary11010100010101010101010010111010100111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06280A; }

 p { color: rgb(6,40,10); }

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

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

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

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

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

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

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