#6A290D

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

Shades of Baker's Chocolate #6A290D

Tints of Baker's Chocolate #6A290D

Color information

#6A290D (or 0x6A290D) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 29 and 0D. RGB value is (106,41,13). Sum of RGB (Red+Green+Blue) = 106+41+13=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A290D is #95D6F2. Grayscale: #393939. Windows color (decimal): -9819891 or 862570. OLE color: 862570.

HSL color Cylindrical-coordinate representation of color #6A290D: hue angle of 18.06º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A290D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1064113-
CMYK00.610.880.58
HSL18.06º78.15%23.33%-
HSV(B)18.06º87.74%41.57%-
XYZ6.814.680.93-
YUV57.24103.03162.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.25%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=66.25%
G=25.62%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106411300.610.880.5818.0678.1523.33
Hex6A29D03D583A124e17
Octal1525115075130722211627
Binary110101010100111010111101101100011101010010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,13); }

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

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

 a { background-color: rgb(106,41,13); }

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

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

 span { border-color: rgb(106,41,13); }

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