#6B4228

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

Shades of Semi-Sweet Chocolate #6B4228

Tints of Semi-Sweet Chocolate #6B4228

Color information

#6B4228 (or 0x6B4228) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 42 and 28. RGB value is (107,66,40). Sum of RGB (Red+Green+Blue) = 107+66+40=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4228 is #94BDD7. Grayscale: #4B4B4B. Windows color (decimal): -9747928 or 2638443. OLE color: 2638443.

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

Color convert

RGB1076640-
CMYK00.380.630.58
HSL23.28º45.58%28.82%-
HSV(B)23.28º62.62%41.96%-
XYZ8.397.182.95-
YUV75.3108.08150.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=50.23%
G=30.99%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107664000.380.630.5823.2845.5828.82
Hex6B42280263F3A172e1d
Octal153102500467772275635
Binary1101011100001010100001001101111111110101011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,66,40); }

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

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

 a { background-color: rgb(107,66,40); }

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

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

 span { border-color: rgb(107,66,40); }

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