#654D3F

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

Shades of Spice #654D3F

Tints of Spice #654D3F

Color information

#654D3F (or 0x654D3F) is unknown color: approx Spice. HEX triplet: 65, 4D and 3F. RGB value is (101,77,63). Sum of RGB (Red+Green+Blue) = 101+77+63=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #654D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D3F is #9AB2C0. Grayscale: #525252. Windows color (decimal): -10138305 or 4148581. OLE color: 4148581.

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

Color convert

RGB1017763-
CMYK00.240.380.60
HSL22.11º23.17%32.16%-
HSV(B)22.11º37.62%39.61%-
XYZ8.928.435.86-
YUV82.58116.95141.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 63 (25% from 255) = 26.14%
R=41.91%
G=31.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101776300.240.380.6022.1123.1732.16
Hex654D3F018263C161720
Octal145115770304674262740
Binary110010110011011111110110001001101111001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,63); }

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

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

 a { background-color: rgb(101,77,63); }

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

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

 span { border-color: rgb(101,77,63); }

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