Html Css Color HEX #6D320B Baker's Chocolate

📋 copy color: '#6D320B'

red 109 ◦ green 50 ◦ blue 11

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

Shades of Baker's Chocolate #6D320B

Tints of Baker's Chocolate #6D320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 64.12%
G = 29.41%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D320B (or 0x6D320B) is known color: Baker's Chocolate. HEX triplet: 6D, 32 and 0B. RGB value is (109,50,11). Sum of RGB (Red+Green+Blue) = 109+50+11=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D320B is #92CDF4. Grayscale: #3F3F3F. Windows color (decimal): -9620981 or 733805. OLE color: 733805.

HSL color Cylindrical-coordinate representation of color #6D320B: hue angle of 23.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D320B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 50 11 -
CMYK 0 0.54 0.90 0.57
HSL 23.88º 0.82% 0.24% -
HSV(B) 23.88º 0.9% 0.43% -
XYZ 7.51 5.56 0.99 -
YUV 63.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 109 50 11 0 0.54 0.90 0.57 23.88 0.82 0.24
Hex 6D 32 B 0 36 5A 39 18 52 18
Octal 155 62 13 0 66 132 71 30 122 30
Binary 1101101 110010 1011 0 110110 1011010 111001 11000 1010010 11000

Color Harmonies of #6D320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D320B

Black with #6D320B

Text Example


Text Example

White with #6D320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,11); }

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

background-color css

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

 a { background-color: rgb(109,50,11); }

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

border-color css

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

 span { border-color: rgb(109,50,11); }

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