Html Css Color HEX #6D3011 Baker's Chocolate

📋 copy color: '#6D3011'

red 109 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #6D3011

Tints of Baker's Chocolate #6D3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 62.64%
G = 27.59%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D3011 (or 0x6D3011) is known color: Baker's Chocolate. HEX triplet: 6D, 30 and 11. RGB value is (109,48,17). Sum of RGB (Red+Green+Blue) = 109+48+17=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3011 is #92CFEE. Grayscale: #3E3E3E. Windows color (decimal): -9621487 or 1126509. OLE color: 1126509.

HSL color Cylindrical-coordinate representation of color #6D3011: hue angle of 20.22º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D3011 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 17 -
CMYK 0 0.56 0.84 0.57
HSL 20.22º 0.73% 0.25% -
HSV(B) 20.22º 0.84% 0.43% -
XYZ 7.46 5.41 1.18 -
YUV 62.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 109 48 17 0 0.56 0.84 0.57 20.22 0.73 0.25
Hex 6D 30 11 0 38 54 39 14 49 19
Octal 155 60 21 0 70 124 71 24 111 31
Binary 1101101 110000 10001 0 111000 1010100 111001 10100 1001001 11001

Color Harmonies of #6D3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3011

Black with #6D3011

Text Example


Text Example

White with #6D3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,17); }

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

background-color css

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

 a { background-color: rgb(109,48,17); }

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

border-color css

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

 span { border-color: rgb(109,48,17); }

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