#6F472B

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

Shades of Semi-Sweet Chocolate #6F472B

Tints of Semi-Sweet Chocolate #6F472B

Color information

#6F472B (or 0x6F472B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 47 and 2B. RGB value is (111,71,43). Sum of RGB (Red+Green+Blue) = 111+71+43=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F472B is #90B8D4. Grayscale: #4F4F4F. Windows color (decimal): -9484501 or 2836335. OLE color: 2836335.

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

Color convert

RGB1117143-
CMYK00.360.610.56
HSL24.71º44.16%30.2%-
HSV(B)24.71º61.26%43.53%-
XYZ9.248.063.35-
YUV79.77107.25150.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=49.33%
G=31.56%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111714300.360.610.5624.7144.1630.2
Hex6F472B0243D38192c1e
Octal157107530447570315436
Binary1101111100011110101101001001111011110001100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,43); }

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

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

 a { background-color: rgb(111,71,43); }

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

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

 span { border-color: rgb(111,71,43); }

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