#6A2603

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

Shades of Baker's Chocolate #6A2603

Tints of Baker's Chocolate #6A2603

Color information

#6A2603 (or 0x6A2603) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 26 and 03. RGB value is (106,38,3). Sum of RGB (Red+Green+Blue) = 106+38+3=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2603 is #95D9FC. Grayscale: #363636. Windows color (decimal): -9820669 or 206442. OLE color: 206442.

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

Color convert

RGB106383-
CMYK00.640.970.58
HSL20.39º94.5%21.37%-
HSV(B)20.39º97.17%41.57%-
XYZ6.654.460.6-
YUV54.3499.03164.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.11%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=72.11%
G=25.85%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10638300.640.970.5820.3994.521.37
Hex6A263040613A145e15
Octal1524630100141722413625
Binary11010101001101101000000110000111101010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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