#6D260B

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

Shades of Baker's Chocolate #6D260B

Tints of Baker's Chocolate #6D260B

Color information

#6D260B (or 0x6D260B) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 26 and 0B. RGB value is (109,38,11). Sum of RGB (Red+Green+Blue) = 109+38+11=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D260B is #92D9F4. Grayscale: #383838. Windows color (decimal): -9624053 or 730733. OLE color: 730733.

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

Color convert

RGB1093811-
CMYK00.650.900.57
HSL16.53º81.67%23.53%-
HSV(B)16.53º89.91%42.75%-
XYZ7.064.660.84-
YUV56.15102.52165.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.99%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=68.99%
G=24.05%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109381100.650.900.5716.5381.6723.53
Hex6D26B0415A39115218
Octal15546130101132712112230
Binary1101101100110101101000001101101011100110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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