#6F442A

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

Shades of Semi-Sweet Chocolate #6F442A

Tints of Semi-Sweet Chocolate #6F442A

Color information

#6F442A (or 0x6F442A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 44 and 2A. RGB value is (111,68,42). Sum of RGB (Red+Green+Blue) = 111+68+42=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F442A is #90BBD5. Grayscale: #4E4E4E. Windows color (decimal): -9485270 or 2770031. OLE color: 2770031.

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

Color convert

RGB1116842-
CMYK00.390.620.56
HSL22.61º45.1%30%-
HSV(B)22.61º62.16%43.53%-
XYZ9.047.683.2-
YUV77.89107.75151.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=50.23%
G=30.77%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111684200.390.620.5622.6145.130
Hex6F442A0273E38172d1e
Octal157104520477670275536
Binary1101111100010010101001001111111101110001011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,42); }

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

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

 a { background-color: rgb(111,68,42); }

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

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

 span { border-color: rgb(111,68,42); }

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