#6A2D0C

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

Shades of Baker's Chocolate #6A2D0C

Tints of Baker's Chocolate #6A2D0C

Color information

#6A2D0C (or 0x6A2D0C) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2D and 0C. RGB value is (106,45,12). Sum of RGB (Red+Green+Blue) = 106+45+12=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2D0C is #95D2F3. Grayscale: #3B3B3B. Windows color (decimal): -9818868 or 798058. OLE color: 798058.

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

Color convert

RGB1064512-
CMYK00.580.890.58
HSL21.06º79.66%23.14%-
HSV(B)21.06º88.68%41.57%-
XYZ6.954.970.94-
YUV59.48101.21161.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=65.03%
G=27.61%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106451200.580.890.5821.0679.6623.14
Hex6A2DC03A593A155017
Octal1525514072131722512027
Binary110101010110111000111010101100111101010101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,12); }

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

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

 a { background-color: rgb(106,45,12); }

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

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

 span { border-color: rgb(106,45,12); }

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