#654C3F

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

Shades of Spice #654C3F

Tints of Spice #654C3F

Color information

#654C3F (or 0x654C3F) is unknown color: approx Spice. HEX triplet: 65, 4C and 3F. RGB value is (101,76,63). Sum of RGB (Red+Green+Blue) = 101+76+63=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #654C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C3F is #9AB3C0. Grayscale: #525252. Windows color (decimal): -10138561 or 4148325. OLE color: 4148325.

HSL color Cylindrical-coordinate representation of color #654C3F: hue angle of 20.53º 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 #654C3F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1017663-
CMYK00.250.380.60
HSL20.53º23.17%32.16%-
HSV(B)20.53º37.62%39.61%-
XYZ8.858.295.84-
YUV81.99117.28141.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 63 (25% from 255) = 26.25%
R=42.08%
G=31.67%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101766300.250.380.6020.5323.1732.16
Hex654C3F019263C151720
Octal145114770314674252740
Binary110010110011001111110110011001101111001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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