Html Css Color HEX #6D220A Baker's Chocolate

📋 copy color: '#6D220A'

red 109 ◦ green 34 ◦ blue 10

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

Shades of Baker's Chocolate #6D220A

Tints of Baker's Chocolate #6D220A

RGB

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

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

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

R = 71.24%
G = 22.22%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D220A (or 0x6D220A) is known color: Baker's Chocolate. HEX triplet: 6D, 22 and 0A. RGB value is (109,34,10). Sum of RGB (Red+Green+Blue) = 109+34+10=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D220A is #92DDF5. Grayscale: #353535. Windows color (decimal): -9625078 or 664173. OLE color: 664173.

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

Color convert

RGB 109 34 10 -
CMYK 0 0.69 0.91 0.57
HSL 14.55º 0.83% 0.23% -
HSV(B) 14.55º 0.91% 0.43% -
XYZ 6.93 4.42 0.77 -
YUV 53.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 109 34 10 0 0.69 0.91 0.57 14.55 0.83 0.23
Hex 6D 22 A 0 45 5B 39 F 53 17
Octal 155 42 12 0 105 133 71 17 123 27
Binary 1101101 100010 1010 0 1000101 1011011 111001 1111 1010011 10111

Color Harmonies of #6D220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D220A

Black with #6D220A

Text Example


Text Example

White with #6D220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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