#6A2403

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

Shades of Baker's Chocolate #6A2403

Tints of Baker's Chocolate #6A2403

Color information

#6A2403 (or 0x6A2403) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 24 and 03. RGB value is (106,36,3). Sum of RGB (Red+Green+Blue) = 106+36+3=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2403 is #95DBFC. Grayscale: #353535. Windows color (decimal): -9821181 or 205930. OLE color: 205930.

HSL color Cylindrical-coordinate representation of color #6A2403: hue angle of 19.22º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A2403 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB106363-
CMYK00.660.970.58
HSL19.22º94.5%21.37%-
HSV(B)19.22º97.17%41.57%-
XYZ6.594.330.58-
YUV53.1799.69165.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.10%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=73.10%
G=24.83%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10636300.660.970.5819.2294.521.37
Hex6A243042613A135e15
Octal1524430102141722313625
Binary11010101001001101000010110000111101010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,36,3); }

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

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

 a { background-color: rgb(106,36,3); }

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

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

 span { border-color: rgb(106,36,3); }

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