Html Css Color HEX #6D2201 Baker's Chocolate

📋 copy color: '#6D2201'

red 109 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #6D2201

Tints of Baker's Chocolate #6D2201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 75.69%
G = 23.61%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6D2201 (or 0x6D2201) is known color: Baker's Chocolate. HEX triplet: 6D, 22 and 01. RGB value is (109,34,1). Sum of RGB (Red+Green+Blue) = 109+34+1=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2201 is #92DDFE. Grayscale: #343434. Windows color (decimal): -9625087 or 74349. OLE color: 74349.

HSL color Cylindrical-coordinate representation of color #6D2201: hue angle of 18.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D2201 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 34 1 -
CMYK 0 0.69 0.99 0.57
HSL 18.33º 0.98% 0.22% -
HSV(B) 18.33º 0.99% 0.43% -
XYZ 6.88 4.4 0.51 -
YUV 52.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 109 34 1 0 0.69 0.99 0.57 18.33 0.98 0.22
Hex 6D 22 1 0 45 63 39 12 62 16
Octal 155 42 1 0 105 143 71 22 142 26
Binary 1101101 100010 1 0 1000101 1100011 111001 10010 1100010 10110

Color Harmonies of #6D2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2201

Black with #6D2201

Text Example


Text Example

White with #6D2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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