#644B3D

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

Shades of Spice #644B3D

Tints of Spice #644B3D

Color information

#644B3D (or 0x644B3D) is unknown color: approx Spice. HEX triplet: 64, 4B and 3D. RGB value is (100,75,61). Sum of RGB (Red+Green+Blue) = 100+75+61=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B3D is #9BB4C2. Grayscale: #505050. Windows color (decimal): -10204355 or 4016996. OLE color: 4016996.

HSL color Cylindrical-coordinate representation of color #644B3D: hue angle of 21.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #644B3D is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1007561-
CMYK00.250.390.61
HSL21.54º24.22%31.57%-
HSV(B)21.54º39%39.22%-
XYZ8.618.085.52-
YUV80.88116.78141.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=42.37%
G=31.78%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100756100.250.390.6121.5424.2231.57
Hex644B3D019273D161820
Octal144113750314775263040
Binary110010010010111111010110011001111111011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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