#6A2A09

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

Shades of Baker's Chocolate #6A2A09

Tints of Baker's Chocolate #6A2A09

Color information

#6A2A09 (or 0x6A2A09) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2A and 09. RGB value is (106,42,9). Sum of RGB (Red+Green+Blue) = 106+42+9=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2A09 is #95D5F6. Grayscale: #393939. Windows color (decimal): -9819639 or 600682. OLE color: 600682.

HSL color Cylindrical-coordinate representation of color #6A2A09: hue angle of 20.41º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A2A09 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB106429-
CMYK00.600.920.58
HSL20.41º84.35%22.55%-
HSV(B)20.41º91.51%41.57%-
XYZ6.824.740.81-
YUV57.37100.7162.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.52%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=67.52%
G=26.75%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10642900.600.920.5820.4184.3522.55
Hex6A2A903C5C3A145417
Octal1525211074134722412427
Binary110101010101010010111100101110011101010100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,9); }

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

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

 a { background-color: rgb(106,42,9); }

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

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

 span { border-color: rgb(106,42,9); }

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