#6A4028

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

Shades of Semi-Sweet Chocolate #6A4028

Tints of Semi-Sweet Chocolate #6A4028

Color information

#6A4028 (or 0x6A4028) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 40 and 28. RGB value is (106,64,40). Sum of RGB (Red+Green+Blue) = 106+64+40=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4028 is #95BFD7. Grayscale: #494949. Windows color (decimal): -9813976 or 2637930. OLE color: 2637930.

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

Color convert

RGB1066440-
CMYK00.400.620.58
HSL21.82º45.21%28.63%-
HSV(B)21.82º62.26%41.57%-
XYZ8.166.882.91-
YUV73.82108.91150.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.48%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=50.48%
G=30.48%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106644000.400.620.5821.8245.2128.63
Hex6A40280283E3A162d1d
Octal152100500507672265535
Binary1101010100000010100001010001111101110101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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