#6A3416

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

Shades of Baker's Chocolate #6A3416

Tints of Baker's Chocolate #6A3416

Color information

#6A3416 (or 0x6A3416) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 34 and 16. RGB value is (106,52,22). Sum of RGB (Red+Green+Blue) = 106+52+22=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3416 is #95CBE9. Grayscale: #404040. Windows color (decimal): -9817066 or 1455210. OLE color: 1455210.

HSL color Cylindrical-coordinate representation of color #6A3416: hue angle of 21.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A3416 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1065222-
CMYK00.510.790.58
HSL21.43º65.62%25.1%-
HSV(B)21.43º79.25%41.57%-
XYZ7.325.581.45-
YUV64.73103.89157.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=58.89%
G=28.89%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106522200.510.790.5821.4365.6225.1
Hex6A34160334F3A154219
Octal1526426063117722510231
Binary1101010110100101100110011100111111101010101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,22); }

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

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

 a { background-color: rgb(106,52,22); }

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

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

 span { border-color: rgb(106,52,22); }

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