#6F4120

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

Shades of Semi-Sweet Chocolate #6F4120

Tints of Semi-Sweet Chocolate #6F4120

Color information

#6F4120 (or 0x6F4120) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 41 and 20. RGB value is (111,65,32). Sum of RGB (Red+Green+Blue) = 111+65+32=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4120 is #90BEDF. Grayscale: #4B4B4B. Windows color (decimal): -9486048 or 2113903. OLE color: 2113903.

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

Color convert

RGB1116532-
CMYK00.410.710.56
HSL25.06º55.24%28.04%-
HSV(B)25.06º71.17%43.53%-
XYZ8.717.262.31-
YUV74.99103.74153.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=53.37%
G=31.25%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111653200.410.710.5625.0655.2428.04
Hex6F4120029473819371c
Octal1571014005110770316734
Binary11011111000001100000010100110001111110001100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,32); }

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

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

 a { background-color: rgb(111,65,32); }

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

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

 span { border-color: rgb(111,65,32); }

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