#6A2E03

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

Shades of Baker's Chocolate #6A2E03

Tints of Baker's Chocolate #6A2E03

Color information

#6A2E03 (or 0x6A2E03) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2E and 03. RGB value is (106,46,3). Sum of RGB (Red+Green+Blue) = 106+46+3=155 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.39% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2E03 is #95D1FC. Grayscale: #3B3B3B. Windows color (decimal): -9818621 or 208490. OLE color: 208490.

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

Color convert

RGB106463-
CMYK00.570.970.58
HSL25.05º94.5%21.37%-
HSV(B)25.05º97.17%41.57%-
XYZ6.945.020.69-
YUV59.0496.38161.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 68.39%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=68.39%
G=29.68%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10646300.570.970.5825.0594.521.37
Hex6A2E3039613A195e15
Octal152563071141723113625
Binary1101010101110110111001110000111101011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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