Html Css Color HEX #6D2E0B Baker's Chocolate

📋 copy color: '#6D2E0B'

red 109 ◦ green 46 ◦ blue 11

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

Shades of Baker's Chocolate #6D2E0B

Tints of Baker's Chocolate #6D2E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

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

R = 65.66%
G = 27.71%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D2E0B (or 0x6D2E0B) is known color: Baker's Chocolate. HEX triplet: 6D, 2E and 0B. RGB value is (109,46,11). Sum of RGB (Red+Green+Blue) = 109+46+11=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2E0B is #92D1F4. Grayscale: #3D3D3D. Windows color (decimal): -9622005 or 732781. OLE color: 732781.

HSL color Cylindrical-coordinate representation of color #6D2E0B: hue angle of 21.43º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D2E0B is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 46 11 -
CMYK 0 0.58 0.90 0.57
HSL 21.43º 0.82% 0.24% -
HSV(B) 21.43º 0.9% 0.43% -
XYZ 7.34 5.23 0.94 -
YUV 60.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 109 46 11 0 0.58 0.90 0.57 21.43 0.82 0.24
Hex 6D 2E B 0 3A 5A 39 15 52 18
Octal 155 56 13 0 72 132 71 25 122 30
Binary 1101101 101110 1011 0 111010 1011010 111001 10101 1010010 11000

Color Harmonies of #6D2E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E0B

Black with #6D2E0B

Text Example


Text Example

White with #6D2E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,46,11); }

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

background-color css

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

 a { background-color: rgb(109,46,11); }

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

border-color css

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

 span { border-color: rgb(109,46,11); }

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