Html Css Color HEX #6D3008 Baker's Chocolate

📋 copy color: '#6D3008'

red 109 ◦ green 48 ◦ blue 8

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

Shades of Baker's Chocolate #6D3008

Tints of Baker's Chocolate #6D3008

RGB

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

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

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

R = 66.06%
G = 29.09%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D3008 (or 0x6D3008) is known color: Baker's Chocolate. HEX triplet: 6D, 30 and 08. RGB value is (109,48,8). Sum of RGB (Red+Green+Blue) = 109+48+8=165 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.06% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3008 is #92CFF7. Grayscale: #3D3D3D. Windows color (decimal): -9621496 or 536685. OLE color: 536685.

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

Color convert

RGB 109 48 8 -
CMYK 0 0.56 0.93 0.57
HSL 23.76º 0.86% 0.23% -
HSV(B) 23.76º 0.93% 0.43% -
XYZ 7.41 5.38 0.88 -
YUV 61.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 109 48 8 0 0.56 0.93 0.57 23.76 0.86 0.23
Hex 6D 30 8 0 38 5D 39 18 56 17
Octal 155 60 10 0 70 135 71 30 126 27
Binary 1101101 110000 1000 0 111000 1011101 111001 11000 1010110 10111

Color Harmonies of #6D3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3008

Black with #6D3008

Text Example


Text Example

White with #6D3008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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