#654E3C

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

Shades of Spice #654E3C

Tints of Spice #654E3C

Color information

#654E3C (or 0x654E3C) is unknown color: approx Spice. HEX triplet: 65, 4E and 3C. RGB value is (101,78,60). Sum of RGB (Red+Green+Blue) = 101+78+60=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #654E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E3C is #9AB1C3. Grayscale: #525252. Windows color (decimal): -10138052 or 3952229. OLE color: 3952229.

HSL color Cylindrical-coordinate representation of color #654E3C: hue angle of 26.34º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #654E3C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1017860-
CMYK00.230.410.60
HSL26.34º25.47%31.57%-
HSV(B)26.34º40.59%39.61%-
XYZ8.918.545.45-
YUV82.82115.12140.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=42.26%
G=32.64%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101786000.230.410.6026.3425.4731.57
Hex654E3C017293C1a1920
Octal145116740275174323140
Binary110010110011101111000101111010011111001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654E3C; }

 p { color: rgb(101,78,60); }

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

<style>
 a { background-color: #654E3C; }

 a { background-color: rgb(101,78,60); }

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

<style>
 span { border-color: #654E3C; }

 span { border-color: rgb(101,78,60); }

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