#6E4B3F

Color #6E4B3F Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #6E4B3F

Tints of Spice #6E4B3F

Color information

#6E4B3F (or 0x6E4B3F) is unknown color: approx Spice. HEX triplet: 6E, 4B and 3F. RGB value is (110,75,63). Sum of RGB (Red+Green+Blue) = 110+75+63=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4B3F is #91B4C0. Grayscale: #545454. Windows color (decimal): -9548993 or 4148078. OLE color: 4148078.

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

Color convert

RGB1107563-
CMYK00.320.430.57
HSL15.32º27.17%33.92%-
HSV(B)15.32º42.73%43.14%-
XYZ9.848.715.86-
YUV84.1116.1146.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.35%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 63 (25% from 255) = 25.40%
R=44.35%
G=30.24%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110756300.320.430.5715.3227.1733.92
Hex6E4B3F0202B39f1b22
Octal156113770405371173342
Binary110111010010111111110100000101011111001111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,75,63); }

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

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

 a { background-color: rgb(110,75,63); }

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

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

 span { border-color: rgb(110,75,63); }

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