#6B442D

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

Shades of Semi-Sweet Chocolate #6B442D

Tints of Semi-Sweet Chocolate #6B442D

Color information

#6B442D (or 0x6B442D) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 44 and 2D. RGB value is (107,68,45). Sum of RGB (Red+Green+Blue) = 107+68+45=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B442D is #94BBD2. Grayscale: #4D4D4D. Windows color (decimal): -9747411 or 2966635. OLE color: 2966635.

HSL color Cylindrical-coordinate representation of color #6B442D: hue angle of 22.26º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B442D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1076845-
CMYK00.360.580.58
HSL22.26º40.79%29.8%-
HSV(B)22.26º57.94%41.96%-
XYZ8.67.453.47-
YUV77.04109.92149.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.64%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=48.64%
G=30.91%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107684500.360.580.5822.2640.7929.8
Hex6B442D0243A3A16291e
Octal153104550447272265136
Binary1101011100010010110101001001110101110101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,68,45); }

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

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

 a { background-color: rgb(107,68,45); }

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

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

 span { border-color: rgb(107,68,45); }

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