#6B4028

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

Shades of Semi-Sweet Chocolate #6B4028

Tints of Semi-Sweet Chocolate #6B4028

Color information

#6B4028 (or 0x6B4028) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 28. RGB value is (107,64,40). Sum of RGB (Red+Green+Blue) = 107+64+40=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4028 is #94BFD7. Grayscale: #4A4A4A. Windows color (decimal): -9748440 or 2637931. OLE color: 2637931.

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

Color convert

RGB1076440-
CMYK00.400.630.58
HSL21.49º45.58%28.82%-
HSV(B)21.49º62.62%41.96%-
XYZ8.286.952.91-
YUV74.12108.75151.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=50.71%
G=30.33%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107644000.400.630.5821.4945.5828.82
Hex6B40280283F3A152e1d
Octal153100500507772255635
Binary1101011100000010100001010001111111110101010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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