#6D360F

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

Shades of Baker's Chocolate #6D360F

Tints of Baker's Chocolate #6D360F

Color information

#6D360F (or 0x6D360F) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 36 and 0F. RGB value is (109,54,15). Sum of RGB (Red+Green+Blue) = 109+54+15=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D360F is #92C9F0. Grayscale: #424242. Windows color (decimal): -9619953 or 996973. OLE color: 996973.

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

Color convert

RGB1095415-
CMYK00.500.860.57
HSL24.89º75.81%24.31%-
HSV(B)24.89º86.24%42.75%-
XYZ7.715.921.19-
YUV6699.22158.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.24%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=61.24%
G=30.34%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109541500.500.860.5724.8975.8124.31
Hex6D36F0325639194c18
Octal1556617062126713111430
Binary110110111011011110110010101011011100111001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,15); }

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

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

 a { background-color: rgb(109,54,15); }

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

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

 span { border-color: rgb(109,54,15); }

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