Html Css Color HEX #6B2B0B Baker's Chocolate

📋 copy color: '#6B2B0B'

red 107 ◦ green 43 ◦ blue 11

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

Shades of Baker's Chocolate #6B2B0B

Tints of Baker's Chocolate #6B2B0B

RGB

 RED value IS 107 (42.19% from 255) = 66.46%

 GREEN value IS 43 (17.19% from 255) = 26.71%

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

R = 66.46%
G = 26.71%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B2B0B (or 0x6B2B0B) is known color: Baker's Chocolate. HEX triplet: 6B, 2B and 0B. RGB value is (107,43,11). Sum of RGB (Red+Green+Blue) = 107+43+11=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2B0B is #94D4F4. Grayscale: #3A3A3A. Windows color (decimal): -9753845 or 732011. OLE color: 732011.

HSL color Cylindrical-coordinate representation of color #6B2B0B: hue angle of 20º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B2B0B is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 43 11 -
CMYK 0 0.60 0.90 0.58
HSL 20º 0.81% 0.23% -
HSV(B) 20º 0.9% 0.42% -
XYZ 6.99 4.88 0.89 -
YUV 58.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 107 43 11 0 0.60 0.90 0.58 20 0.81 0.23
Hex 6B 2B B 0 3C 5A 3A 14 51 17
Octal 153 53 13 0 74 132 72 24 121 27
Binary 1101011 101011 1011 0 111100 1011010 111010 10100 1010001 10111

Color Harmonies of #6B2B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2B0B

Black with #6B2B0B

Text Example


Text Example

White with #6B2B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B2B0B; }

 p { color: rgb(107,43,11); }

 H1.HeaderClassName
 {
   color: #6B2B0B;
 }
 .AnyTagClassName
 {
   color: #6B2B0B;
 }
</style>

background-color css

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

 a { background-color: rgb(107,43,11); }

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

border-color css

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

 span { border-color: rgb(107,43,11); }

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