Html Css Color HEX #6D3410 Baker's Chocolate

📋 copy color: '#6D3410'

red 109 ◦ green 52 ◦ blue 16

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

Shades of Baker's Chocolate #6D3410

Tints of Baker's Chocolate #6D3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

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

R = 61.58%
G = 29.38%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6D3410 (or 0x6D3410) is known color: Baker's Chocolate. HEX triplet: 6D, 34 and 10. RGB value is (109,52,16). Sum of RGB (Red+Green+Blue) = 109+52+16=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3410 is #92CBEF. Grayscale: #414141. Windows color (decimal): -9620464 or 1061997. OLE color: 1061997.

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

Color convert

RGB 109 52 16 -
CMYK 0 0.52 0.85 0.57
HSL 23.23º 0.74% 0.25% -
HSV(B) 23.23º 0.85% 0.43% -
XYZ 7.63 5.74 1.2 -
YUV 64.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 109 52 16 0 0.52 0.85 0.57 23.23 0.74 0.25
Hex 6D 34 10 0 34 55 39 17 4A 19
Octal 155 64 20 0 64 125 71 27 112 31
Binary 1101101 110100 10000 0 110100 1010101 111001 10111 1001010 11001

Color Harmonies of #6D3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3410

Black with #6D3410

Text Example


Text Example

White with #6D3410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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