#6A4528

Color #6A4528 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6A4528

Tints of Semi-Sweet Chocolate #6A4528

Color information

#6A4528 (or 0x6A4528) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 45 and 28. RGB value is (106,69,40). Sum of RGB (Red+Green+Blue) = 106+69+40=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4528 is #95BAD7. Grayscale: #4C4C4C. Windows color (decimal): -9812696 or 2639210. OLE color: 2639210.

HSL color Cylindrical-coordinate representation of color #6A4528: hue angle of 26.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4528 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1066940-
CMYK00.350.620.58
HSL26.36º45.21%28.63%-
HSV(B)26.36º62.26%41.57%-
XYZ8.457.473-
YUV76.76107.26148.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=49.30%
G=32.09%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106694000.350.620.5826.3645.2128.63
Hex6A45280233E3A1a2d1d
Octal152105500437672325535
Binary1101010100010110100001000111111101110101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,40); }

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

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

 a { background-color: rgb(106,69,40); }

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

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

 span { border-color: rgb(106,69,40); }

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