Html Css Color HEX #6D2E0A Baker's Chocolate

📋 copy color: '#6D2E0A'

red 109 ◦ green 46 ◦ blue 10

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

Shades of Baker's Chocolate #6D2E0A

Tints of Baker's Chocolate #6D2E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 66.06%
G = 27.88%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D2E0A (or 0x6D2E0A) is known color: Baker's Chocolate. HEX triplet: 6D, 2E and 0A. RGB value is (109,46,10). Sum of RGB (Red+Green+Blue) = 109+46+10=165 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.06% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2E0A is #92D1F5. Grayscale: #3C3C3C. Windows color (decimal): -9622006 or 667245. OLE color: 667245.

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

Color convert

RGB 109 46 10 -
CMYK 0 0.58 0.91 0.57
HSL 21.82º 0.83% 0.23% -
HSV(B) 21.82º 0.91% 0.43% -
XYZ 7.34 5.23 0.91 -
YUV 60.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 109 46 10 0 0.58 0.91 0.57 21.82 0.83 0.23
Hex 6D 2E A 0 3A 5B 39 16 53 17
Octal 155 56 12 0 72 133 71 26 123 27
Binary 1101101 101110 1010 0 111010 1011011 111001 10110 1010011 10111

Color Harmonies of #6D2E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E0A

Black with #6D2E0A

Text Example


Text Example

White with #6D2E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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