#6D330B

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

Shades of Baker's Chocolate #6D330B

Tints of Baker's Chocolate #6D330B

Color information

#6D330B (or 0x6D330B) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 33 and 0B. RGB value is (109,51,11). Sum of RGB (Red+Green+Blue) = 109+51+11=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D330B is #92CCF4. Grayscale: #3F3F3F. Windows color (decimal): -9620725 or 734061. OLE color: 734061.

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

Color convert

RGB1095111-
CMYK00.530.900.57
HSL24.49º81.67%23.53%-
HSV(B)24.49º89.91%42.75%-
XYZ7.555.641.01-
YUV63.7898.22160.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=63.74%
G=29.82%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109511100.530.900.5724.4981.6723.53
Hex6D33B0355A39185218
Octal1556313065132713012230
Binary110110111001110110110101101101011100111000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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