#6A3503

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

Shades of Baker's Chocolate #6A3503

Tints of Baker's Chocolate #6A3503

Color information

#6A3503 (or 0x6A3503) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 35 and 03. RGB value is (106,53,3). Sum of RGB (Red+Green+Blue) = 106+53+3=162 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.43% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3503 is #95CAFC. Grayscale: #3F3F3F. Windows color (decimal): -9816829 or 210282. OLE color: 210282.

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

Color convert

RGB106533-
CMYK00.50.970.58
HSL29.13º94.5%21.37%-
HSV(B)29.13º97.17%41.57%-
XYZ7.235.620.79-
YUV63.1594.06158.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.43%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=65.43%
G=32.72%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10653300.50.970.5829.1394.521.37
Hex6A353032613A1d5e15
Octal152653062141723513625
Binary1101010110101110110010110000111101011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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