#6E4026

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

Shades of Semi-Sweet Chocolate #6E4026

Tints of Semi-Sweet Chocolate #6E4026

Color information

#6E4026 (or 0x6E4026) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6E, 40 and 26. RGB value is (110,64,38). Sum of RGB (Red+Green+Blue) = 110+64+38=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4026 is #91BFD9. Grayscale: #4A4A4A. Windows color (decimal): -9551834 or 2506862. OLE color: 2506862.

HSL color Cylindrical-coordinate representation of color #6E4026: hue angle of 21.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4026 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1106438-
CMYK00.420.650.57
HSL21.67º48.65%29.02%-
HSV(B)21.67º65.45%43.14%-
XYZ8.617.122.75-
YUV74.79107.24153.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.89%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=51.89%
G=30.19%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110643800.420.650.5721.6748.6529.02
Hex6E402602A413916311d
Octal1561004605210171266135
Binary11011101000000100110010101010000011110011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,64,38); }

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

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

 a { background-color: rgb(110,64,38); }

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

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

 span { border-color: rgb(110,64,38); }

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