#6F462A

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

Shades of Semi-Sweet Chocolate #6F462A

Tints of Semi-Sweet Chocolate #6F462A

Color information

#6F462A (or 0x6F462A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6F, 46 and 2A. RGB value is (111,70,42). Sum of RGB (Red+Green+Blue) = 111+70+42=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F462A is #90B9D5. Grayscale: #4F4F4F. Windows color (decimal): -9484758 or 2770543. OLE color: 2770543.

HSL color Cylindrical-coordinate representation of color #6F462A: hue angle of 24.35º 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 #6F462A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1117042-
CMYK00.370.620.56
HSL24.35º45.1%30%-
HSV(B)24.35º62.16%43.53%-
XYZ9.167.933.24-
YUV79.07107.08150.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=49.78%
G=31.39%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111704200.370.620.5624.3545.130
Hex6F462A0253E38182d1e
Octal157106520457670305536
Binary1101111100011010101001001011111101110001100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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