Html Css Color HEX #6D3310 Baker's Chocolate

📋 copy color: '#6D3310'

red 109 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #6D3310

Tints of Baker's Chocolate #6D3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 61.93%
G = 28.98%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6D3310 (or 0x6D3310) is known color: Baker's Chocolate. HEX triplet: 6D, 33 and 10. RGB value is (109,51,16). Sum of RGB (Red+Green+Blue) = 109+51+16=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3310 is #92CCEF. Grayscale: #404040. Windows color (decimal): -9620720 or 1061741. OLE color: 1061741.

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

Color convert

RGB 109 51 16 -
CMYK 0 0.53 0.85 0.57
HSL 22.58º 0.74% 0.25% -
HSV(B) 22.58º 0.85% 0.43% -
XYZ 7.58 5.66 1.18 -
YUV 64.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 109 51 16 0 0.53 0.85 0.57 22.58 0.74 0.25
Hex 6D 33 10 0 35 55 39 17 4A 19
Octal 155 63 20 0 65 125 71 27 112 31
Binary 1101101 110011 10000 0 110101 1010101 111001 10111 1001010 11001

Color Harmonies of #6D3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3310

Black with #6D3310

Text Example


Text Example

White with #6D3310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,16); }

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

background-color css

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

 a { background-color: rgb(109,51,16); }

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

border-color css

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

 span { border-color: rgb(109,51,16); }

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