#6A2203

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

Shades of Baker's Chocolate #6A2203

Tints of Baker's Chocolate #6A2203

Color information

#6A2203 (or 0x6A2203) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 22 and 03. RGB value is (106,34,3). Sum of RGB (Red+Green+Blue) = 106+34+3=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2203 is #95DDFC. Grayscale: #343434. Windows color (decimal): -9821693 or 205418. OLE color: 205418.

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

Color convert

RGB106343-
CMYK00.680.970.58
HSL18.06º94.5%21.37%-
HSV(B)18.06º97.17%41.57%-
XYZ6.534.210.56-
YUV51.99100.35166.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 74.13%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=74.13%
G=23.78%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10634300.680.970.5818.0694.521.37
Hex6A223044613A125e15
Octal1524230104141722213625
Binary11010101000101101000100110000111101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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