#6D390D

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

Shades of Baker's Chocolate #6D390D

Tints of Baker's Chocolate #6D390D

Color information

#6D390D (or 0x6D390D) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 39 and 0D. RGB value is (109,57,13). Sum of RGB (Red+Green+Blue) = 109+57+13=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D390D is #92C6F2. Grayscale: #434343. Windows color (decimal): -9619187 or 866669. OLE color: 866669.

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

Color convert

RGB1095713-
CMYK00.480.880.57
HSL27.5º78.69%23.92%-
HSV(B)27.5º88.07%42.75%-
XYZ7.846.211.17-
YUV67.5397.23157.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.89%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=60.89%
G=31.84%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109571300.480.880.5727.578.6923.92
Hex6D39D03058391c4f18
Octal1557115060130713411730
Binary110110111100111010110000101100011100111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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