#6A2F06

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

Shades of Baker's Chocolate #6A2F06

Tints of Baker's Chocolate #6A2F06

Color information

#6A2F06 (or 0x6A2F06) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2F and 06. RGB value is (106,47,6). Sum of RGB (Red+Green+Blue) = 106+47+6=159 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.67% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2F06 is #95D0F9. Grayscale: #3C3C3C. Windows color (decimal): -9818362 or 405354. OLE color: 405354.

HSL color Cylindrical-coordinate representation of color #6A2F06: hue angle of 24.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A2F06 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB106476-
CMYK00.560.940.58
HSL24.6º89.29%21.96%-
HSV(B)24.6º94.34%41.57%-
XYZ6.995.110.79-
YUV59.9797.55160.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=66.67%
G=29.56%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10647600.560.940.5824.689.2921.96
Hex6A2F60385E3A195916
Octal152576070136723113126
Binary11010101011111100111000101111011101011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,47,6); }

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

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

 a { background-color: rgb(106,47,6); }

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

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

 span { border-color: rgb(106,47,6); }

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