#654B3D

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

Shades of Spice #654B3D

Tints of Spice #654B3D

Color information

#654B3D (or 0x654B3D) is unknown color: approx Spice. HEX triplet: 65, 4B and 3D. RGB value is (101,75,61). Sum of RGB (Red+Green+Blue) = 101+75+61=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #654B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B3D is #9AB4C2. Grayscale: #515151. Windows color (decimal): -10138819 or 4016997. OLE color: 4016997.

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

Color convert

RGB1017561-
CMYK00.260.400.60
HSL21º24.69%31.76%-
HSV(B)21º39.6%39.61%-
XYZ8.738.145.53-
YUV81.18116.61142.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=42.62%
G=31.65%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101756100.260.400.602124.6931.76
Hex654B3D01A283C151920
Octal145113750325074253140
Binary110010110010111111010110101010001111001010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,75,61); }

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

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

 a { background-color: rgb(101,75,61); }

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

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

 span { border-color: rgb(101,75,61); }

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