#6F4228

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

Shades of Semi-Sweet Chocolate #6F4228

Tints of Semi-Sweet Chocolate #6F4228

Color information

#6F4228 (or 0x6F4228) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 42 and 28. RGB value is (111,66,40). Sum of RGB (Red+Green+Blue) = 111+66+40=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4228 is #90BDD7. Grayscale: #4C4C4C. Windows color (decimal): -9485784 or 2638447. OLE color: 2638447.

HSL color Cylindrical-coordinate representation of color #6F4228: hue angle of 21.97º 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 #6F4228 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1116640-
CMYK00.410.640.56
HSL21.97º47.02%29.61%-
HSV(B)21.97º63.96%43.53%-
XYZ8.897.432.97-
YUV76.49107.41152.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=51.15%
G=30.41%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111664000.410.640.5621.9747.0229.61
Hex6F42280294038162f1e
Octal1571025005110070265736
Binary11011111000010101000010100110000001110001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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