#6B4128

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

Shades of Semi-Sweet Chocolate #6B4128

Tints of Semi-Sweet Chocolate #6B4128

Color information

#6B4128 (or 0x6B4128) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 28. RGB value is (107,65,40). Sum of RGB (Red+Green+Blue) = 107+65+40=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4128 is #94BED7. Grayscale: #4A4A4A. Windows color (decimal): -9748184 or 2638187. OLE color: 2638187.

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

Color convert

RGB1076540-
CMYK00.390.630.58
HSL22.39º45.58%28.82%-
HSV(B)22.39º62.62%41.96%-
XYZ8.347.062.93-
YUV74.71108.41151.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.47%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=50.47%
G=30.66%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107654000.390.630.5822.3945.5828.82
Hex6B41280273F3A162e1d
Octal153101500477772265635
Binary1101011100000110100001001111111111110101011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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