Html Css Color HEX #6D2106 Baker's Chocolate

📋 copy color: '#6D2106'

red 109 ◦ green 33 ◦ blue 6

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

Shades of Baker's Chocolate #6D2106

Tints of Baker's Chocolate #6D2106

RGB

 RED value IS 109 (42.97% from 255) = 73.65%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 73.65%
G = 22.3%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D2106 (or 0x6D2106) is known color: Baker's Chocolate. HEX triplet: 6D, 21 and 06. RGB value is (109,33,6). Sum of RGB (Red+Green+Blue) = 109+33+6=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2106 is #92DEF9. Grayscale: #343434. Windows color (decimal): -9625338 or 401773. OLE color: 401773.

HSL color Cylindrical-coordinate representation of color #6D2106: hue angle of 15.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D2106 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 6 -
CMYK 0 0.70 0.94 0.57
HSL 15.73º 0.9% 0.23% -
HSV(B) 15.73º 0.94% 0.43% -
XYZ 6.88 4.35 0.65 -
YUV 52.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 109 33 6 0 0.70 0.94 0.57 15.73 0.9 0.23
Hex 6D 21 6 0 46 5E 39 10 5A 17
Octal 155 41 6 0 106 136 71 20 132 27
Binary 1101101 100001 110 0 1000110 1011110 111001 10000 1011010 10111

Color Harmonies of #6D2106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2106

Black with #6D2106

Text Example


Text Example

White with #6D2106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,6); }

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

background-color css

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

 a { background-color: rgb(109,33,6); }

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

border-color css

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

 span { border-color: rgb(109,33,6); }

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