#6F4628

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

Shades of Semi-Sweet Chocolate #6F4628

Tints of Semi-Sweet Chocolate #6F4628

Color information

#6F4628 (or 0x6F4628) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 46 and 28. RGB value is (111,70,40). Sum of RGB (Red+Green+Blue) = 111+70+40=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4628 is #90B9D7. Grayscale: #4F4F4F. Windows color (decimal): -9484760 or 2639471. OLE color: 2639471.

HSL color Cylindrical-coordinate representation of color #6F4628: hue angle of 25.35º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F4628 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1117040-
CMYK00.370.640.56
HSL25.35º47.02%29.61%-
HSV(B)25.35º63.96%43.53%-
XYZ9.137.913.05-
YUV78.84106.08150.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=50.23%
G=31.67%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111704000.370.640.5625.3547.0229.61
Hex6F46280254038192f1e
Octal1571065004510070315736
Binary11011111000110101000010010110000001110001100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,40); }

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

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

 a { background-color: rgb(111,70,40); }

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

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

 span { border-color: rgb(111,70,40); }

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