#6F4227

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

Shades of Semi-Sweet Chocolate #6F4227

Tints of Semi-Sweet Chocolate #6F4227

Color information

#6F4227 (or 0x6F4227) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 42 and 27. RGB value is (111,66,39). Sum of RGB (Red+Green+Blue) = 111+66+39=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4227 is #90BDD8. Grayscale: #4C4C4C. Windows color (decimal): -9485785 or 2572911. OLE color: 2572911.

HSL color Cylindrical-coordinate representation of color #6F4227: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F4227 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1116639-
CMYK00.410.650.56
HSL22.5º48%29.41%-
HSV(B)22.5º64.86%43.53%-
XYZ8.877.422.88-
YUV76.38106.91152.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=51.39%
G=30.56%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111663900.410.650.5622.54829.41
Hex6F4227029413817301d
Octal1571024705110170276035
Binary11011111000010100111010100110000011110001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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