#6D340D

Color #6D340D Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6D340D

Tints of Baker's Chocolate #6D340D

Color information

#6D340D (or 0x6D340D) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 34 and 0D. RGB value is (109,52,13). Sum of RGB (Red+Green+Blue) = 109+52+13=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D340D is #92CBF2. Grayscale: #404040. Windows color (decimal): -9620467 or 865389. OLE color: 865389.

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

Color convert

RGB1095213-
CMYK00.520.880.57
HSL24.38º78.69%23.92%-
HSV(B)24.38º88.07%42.75%-
XYZ7.615.741.09-
YUV64.698.88159.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.64%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=62.64%
G=29.89%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109521300.520.880.5724.3878.6923.92
Hex6D34D0345839184f18
Octal1556415064130713011730
Binary110110111010011010110100101100011100111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D340D;
 }
 .AnyTagClassName
 {
   color: #6D340D;
 }
</style>
background-color css

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

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

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

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

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

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