Html Css Color HEX #6D2808 Baker's Chocolate

📋 copy color: '#6D2808'

red 109 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #6D2808

Tints of Baker's Chocolate #6D2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 69.43%
G = 25.48%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D2808 (or 0x6D2808) is known color: Baker's Chocolate. HEX triplet: 6D, 28 and 08. RGB value is (109,40,8). Sum of RGB (Red+Green+Blue) = 109+40+8=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2808 is #92D7F7. Grayscale: #393939. Windows color (decimal): -9623544 or 534637. OLE color: 534637.

HSL color Cylindrical-coordinate representation of color #6D2808: hue angle of 19.01º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D2808 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 40 8 -
CMYK 0 0.63 0.93 0.57
HSL 19.01º 0.86% 0.23% -
HSV(B) 19.01º 0.93% 0.43% -
XYZ 7.11 4.79 0.78 -
YUV 56.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 109 40 8 0 0.63 0.93 0.57 19.01 0.86 0.23
Hex 6D 28 8 0 3F 5D 39 13 56 17
Octal 155 50 10 0 77 135 71 23 126 27
Binary 1101101 101000 1000 0 111111 1011101 111001 10011 1010110 10111

Color Harmonies of #6D2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2808

Black with #6D2808

Text Example


Text Example

White with #6D2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,8); }

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

background-color css

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

 a { background-color: rgb(109,40,8); }

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

border-color css

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

 span { border-color: rgb(109,40,8); }

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