#6F4223

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

Shades of Semi-Sweet Chocolate #6F4223

Tints of Semi-Sweet Chocolate #6F4223

Color information

#6F4223 (or 0x6F4223) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 42 and 23. RGB value is (111,66,35). Sum of RGB (Red+Green+Blue) = 111+66+35=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4223 is #90BDDC. Grayscale: #4C4C4C. Windows color (decimal): -9485789 or 2310767. OLE color: 2310767.

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

Color convert

RGB1116635-
CMYK00.410.680.56
HSL24.47º52.05%28.63%-
HSV(B)24.47º68.47%43.53%-
XYZ8.817.42.55-
YUV75.92104.91153.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=52.36%
G=31.13%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111663500.410.680.5624.4752.0528.63
Hex6F4223029443818341d
Octal1571024305110470306435
Binary11011111000010100011010100110001001110001100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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