#6E452C

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

Shades of Semi-Sweet Chocolate #6E452C

Tints of Semi-Sweet Chocolate #6E452C

Color information

#6E452C (or 0x6E452C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6E, 45 and 2C. RGB value is (110,69,44). Sum of RGB (Red+Green+Blue) = 110+69+44=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E452C is #91BAD3. Grayscale: #4E4E4E. Windows color (decimal): -9550548 or 2901358. OLE color: 2901358.

HSL color Cylindrical-coordinate representation of color #6E452C: hue angle of 22.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E452C is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB1106944-
CMYK00.370.60.57
HSL22.73º42.86%30.2%-
HSV(B)22.73º60%43.14%-
XYZ9.017.753.4-
YUV78.41108.58150.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=49.33%
G=30.94%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110694400.370.60.5722.7342.8630.2
Hex6E452C0253C39172b1e
Octal156105540457471275336
Binary1101110100010110110001001011111001110011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,44); }

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

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

 a { background-color: rgb(110,69,44); }

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

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

 span { border-color: rgb(110,69,44); }

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