#6A2B02

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

Shades of Baker's Chocolate #6A2B02

Tints of Baker's Chocolate #6A2B02

Color information

#6A2B02 (or 0x6A2B02) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2B and 02. RGB value is (106,43,2). Sum of RGB (Red+Green+Blue) = 106+43+2=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2B02 is #95D4FD. Grayscale: #393939. Windows color (decimal): -9819390 or 142186. OLE color: 142186.

HSL color Cylindrical-coordinate representation of color #6A2B02: hue angle of 23.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A2B02 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB106432-
CMYK00.590.980.58
HSL23.65º96.3%21.18%-
HSV(B)23.65º98.11%41.57%-
XYZ6.824.80.62-
YUV57.1696.87162.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.20%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=70.20%
G=28.48%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10643200.590.980.5823.6596.321.18
Hex6A2B203B623A186015
Octal152532073142723014025
Binary1101010101011100111011110001011101011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,43,2); }

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

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

 a { background-color: rgb(106,43,2); }

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

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

 span { border-color: rgb(106,43,2); }

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