Html Css Color HEX #06280A Black Bean

📋 copy color: '#06280A'

red 6 ◦ green 40 ◦ blue 10

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

Shades of Black Bean #06280A

Tints of Black Bean #06280A

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.3% from 255) = 17.86%

R = 10.71%
G = 71.43%
B = 17.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#06280A (or 0x06280A) is known color: 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

RGB 6 40 10 -
CMYK 0.85 0 0.75 0.84
HSL 127.06º 0.74% 0.09% -
HSV(B) 127.06º 0.85% 0.16% -
XYZ 0.89 1.58 0.54 -
YUV 26.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 6 40 10 0.85 0 0.75 0.84 127.06 0.74 0.09
Hex 6 28 A 55 0 4B 54 7F 4A 9
Octal 6 50 12 125 0 113 124 177 112 11
Binary 110 101000 1010 1010101 0 1001011 1010100 1111111 1001010 1001

Color Harmonies of #06280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06280A

Black with #06280A

Text Example


Text Example

White with #06280A

Text Example


Text Example

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