Html Css Color HEX #6B220B Baker's Chocolate

📋 copy color: '#6B220B'

red 107 ◦ green 34 ◦ blue 11

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

Shades of Baker's Chocolate #6B220B

Tints of Baker's Chocolate #6B220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 70.39%
G = 22.37%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B220B (or 0x6B220B) is known color: Baker's Chocolate. HEX triplet: 6B, 22 and 0B. RGB value is (107,34,11). Sum of RGB (Red+Green+Blue) = 107+34+11=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B220B is #94DDF4. Grayscale: #353535. Windows color (decimal): -9756149 or 729707. OLE color: 729707.

HSL color Cylindrical-coordinate representation of color #6B220B: hue angle of 14.38º 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 #6B220B is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 34 11 -
CMYK 0 0.68 0.90 0.58
HSL 14.38º 0.81% 0.23% -
HSV(B) 14.38º 0.9% 0.42% -
XYZ 6.7 4.29 0.79 -
YUV 53.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 107 34 11 0 0.68 0.90 0.58 14.38 0.81 0.23
Hex 6B 22 B 0 44 5A 3A E 51 17
Octal 153 42 13 0 104 132 72 16 121 27
Binary 1101011 100010 1011 0 1000100 1011010 111010 1110 1010001 10111

Color Harmonies of #6B220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B220B

Black with #6B220B

Text Example


Text Example

White with #6B220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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