#654B3C

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

Shades of Spice #654B3C

Tints of Spice #654B3C

Color information

#654B3C (or 0x654B3C) is unknown color: approx Spice. HEX triplet: 65, 4B and 3C. RGB value is (101,75,60). Sum of RGB (Red+Green+Blue) = 101+75+60=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #654B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B3C is #9AB4C3. Grayscale: #515151. Windows color (decimal): -10138820 or 3951461. OLE color: 3951461.

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

Color convert

RGB1017560-
CMYK00.260.410.60
HSL21.95º25.47%31.57%-
HSV(B)21.95º40.59%39.61%-
XYZ8.78.135.38-
YUV81.06116.11142.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=42.80%
G=31.78%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101756000.260.410.6021.9525.4731.57
Hex654B3C01A293C161920
Octal145113740325174263140
Binary110010110010111111000110101010011111001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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