Html Css Color HEX #6D2E06 Baker's Chocolate

📋 copy color: '#6D2E06'

red 109 ◦ green 46 ◦ blue 6

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

Shades of Baker's Chocolate #6D2E06

Tints of Baker's Chocolate #6D2E06

RGB

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

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

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

R = 67.7%
G = 28.57%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D2E06 (or 0x6D2E06) is known color: Baker's Chocolate. HEX triplet: 6D, 2E and 06. RGB value is (109,46,6). Sum of RGB (Red+Green+Blue) = 109+46+6=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2E06 is #92D1F9. Grayscale: #3C3C3C. Windows color (decimal): -9622010 or 405101. OLE color: 405101.

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

Color convert

RGB 109 46 6 -
CMYK 0 0.58 0.94 0.57
HSL 23.3º 0.9% 0.23% -
HSV(B) 23.3º 0.94% 0.43% -
XYZ 7.32 5.22 0.79 -
YUV 60.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 109 46 6 0 0.58 0.94 0.57 23.3 0.9 0.23
Hex 6D 2E 6 0 3A 5E 39 17 5A 17
Octal 155 56 6 0 72 136 71 27 132 27
Binary 1101101 101110 110 0 111010 1011110 111001 10111 1011010 10111

Color Harmonies of #6D2E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E06

Black with #6D2E06

Text Example


Text Example

White with #6D2E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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