#6B4121

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

Shades of Semi-Sweet Chocolate #6B4121

Tints of Semi-Sweet Chocolate #6B4121

Color information

#6B4121 (or 0x6B4121) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 21. RGB value is (107,65,33). Sum of RGB (Red+Green+Blue) = 107+65+33=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4121 is #94BEDE. Grayscale: #4A4A4A. Windows color (decimal): -9748191 or 2179435. OLE color: 2179435.

HSL color Cylindrical-coordinate representation of color #6B4121: hue angle of 25.95º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B4121 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1076533-
CMYK00.390.690.58
HSL25.95º52.86%27.45%-
HSV(B)25.95º69.16%41.96%-
XYZ8.237.022.36-
YUV73.91104.91151.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=52.20%
G=31.71%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107653300.390.690.5825.9552.8627.45
Hex6B4121027453A1a351b
Octal1531014104710572326533
Binary11010111000001100001010011110001011110101101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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