#6A4428

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

Shades of Semi-Sweet Chocolate #6A4428

Tints of Semi-Sweet Chocolate #6A4428

Color information

#6A4428 (or 0x6A4428) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 44 and 28. RGB value is (106,68,40). Sum of RGB (Red+Green+Blue) = 106+68+40=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4428 is #95BBD7. Grayscale: #4C4C4C. Windows color (decimal): -9812952 or 2638954. OLE color: 2638954.

HSL color Cylindrical-coordinate representation of color #6A4428: hue angle of 25.45º 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 #6A4428 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1066840-
CMYK00.360.620.58
HSL25.45º45.21%28.63%-
HSV(B)25.45º62.26%41.57%-
XYZ8.397.352.98-
YUV76.17107.59149.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=49.53%
G=31.78%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106684000.360.620.5825.4545.2128.63
Hex6A44280243E3A192d1d
Octal152104500447672315535
Binary1101010100010010100001001001111101110101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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