Html Css Color HEX #06260B Black Bean

📋 copy color: '#06260B'

red 6 ◦ green 38 ◦ blue 11

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

Shades of Black Bean #06260B

Tints of Black Bean #06260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 69.09%

 BLUE value IS 11 (4.69% from 255) = 20%

R = 10.91%
G = 69.09%
B = 20%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#06260B (or 0x06260B) is known color: Black Bean. HEX triplet: 06, 26 and 0B. RGB value is (6,38,11). Sum of RGB (Red+Green+Blue) = 6+38+11=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #06260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260B is #F9D9F4. Grayscale: #191919. Windows color (decimal): -16374261 or 730630. OLE color: 730630.

HSL color Cylindrical-coordinate representation of color #06260B: hue angle of 129.38º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06260B is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 38 11 -
CMYK 0.84 0 0.71 0.85
HSL 129.38º 0.73% 0.09% -
HSV(B) 129.38º 0.84% 0.15% -
XYZ 0.83 1.45 0.55 -
YUV 25.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 6 38 11 0.84 0 0.71 0.85 129.38 0.73 0.09
Hex 6 26 B 54 0 47 55 81 49 9
Octal 6 46 13 124 0 107 125 201 111 11
Binary 110 100110 1011 1010100 0 1000111 1010101 10000001 1001001 1001

Color Harmonies of #06260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06260B

Black with #06260B

Text Example


Text Example

White with #06260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06260B; }

 p { color: rgb(6,38,11); }

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

background-color css

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

 a { background-color: rgb(6,38,11); }

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

border-color css

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

 span { border-color: rgb(6,38,11); }

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