#6A2503

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

Shades of Baker's Chocolate #6A2503

Tints of Baker's Chocolate #6A2503

Color information

#6A2503 (or 0x6A2503) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 25 and 03. RGB value is (106,37,3). Sum of RGB (Red+Green+Blue) = 106+37+3=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2503 is #95DAFC. Grayscale: #353535. Windows color (decimal): -9820925 or 206186. OLE color: 206186.

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

Color convert

RGB106373-
CMYK00.650.970.58
HSL19.81º94.5%21.37%-
HSV(B)19.81º97.17%41.57%-
XYZ6.624.390.59-
YUV53.7699.36165.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.60%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=72.60%
G=25.34%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10637300.650.970.5819.8194.521.37
Hex6A253041613A145e15
Octal1524530101141722413625
Binary11010101001011101000001110000111101010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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