#6D250D

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

Shades of Baker's Chocolate #6D250D

Tints of Baker's Chocolate #6D250D

Color information

#6D250D (or 0x6D250D) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 25 and 0D. RGB value is (109,37,13). Sum of RGB (Red+Green+Blue) = 109+37+13=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D250D is #92DAF2. Grayscale: #373737. Windows color (decimal): -9624307 or 861549. OLE color: 861549.

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

Color convert

RGB1093713-
CMYK00.660.880.57
HSL15º78.69%23.92%-
HSV(B)15º88.07%42.75%-
XYZ7.044.60.9-
YUV55.79103.85165.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.55%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=68.55%
G=23.27%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109371300.660.880.571578.6923.92
Hex6D25D0425839f4f18
Octal15545150102130711711730
Binary110110110010111010100001010110001110011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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