Html Css Color HEX #6D300E Baker's Chocolate

📋 copy color: '#6D300E'

red 109 ◦ green 48 ◦ blue 14

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

Shades of Baker's Chocolate #6D300E

Tints of Baker's Chocolate #6D300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 63.74%
G = 28.07%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D300E (or 0x6D300E) is known color: Baker's Chocolate. HEX triplet: 6D, 30 and 0E. RGB value is (109,48,14). Sum of RGB (Red+Green+Blue) = 109+48+14=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D300E is #92CFF1. Grayscale: #3E3E3E. Windows color (decimal): -9621490 or 929901. OLE color: 929901.

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

Color convert

RGB 109 48 14 -
CMYK 0 0.56 0.87 0.57
HSL 21.47º 0.77% 0.24% -
HSV(B) 21.47º 0.87% 0.43% -
XYZ 7.44 5.4 1.06 -
YUV 62.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 109 48 14 0 0.56 0.87 0.57 21.47 0.77 0.24
Hex 6D 30 E 0 38 57 39 15 4D 18
Octal 155 60 16 0 70 127 71 25 115 30
Binary 1101101 110000 1110 0 111000 1010111 111001 10101 1001101 11000

Color Harmonies of #6D300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D300E

Black with #6D300E

Text Example


Text Example

White with #6D300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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