Html Css Color HEX #64493F Spice

📋 copy color: '#64493F'

red 100 ◦ green 73 ◦ blue 63

#64493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spice #64493F

Tints of Spice #64493F

RGB

 RED value IS 100 (39.45% from 255) = 42.37%

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 63 (25% from 255) = 26.69%

R = 42.37%
G = 30.93%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#64493F (or 0x64493F) is known color: Spice. HEX triplet: 64, 49 and 3F. RGB value is (100,73,63). Sum of RGB (Red+Green+Blue) = 100+73+63=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493F is #9BB6C0. Grayscale: #505050. Windows color (decimal): -10204865 or 4147556. OLE color: 4147556.

HSL color Cylindrical-coordinate representation of color #64493F: hue angle of 16.22º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64493F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 73 63 -
CMYK 0 0.27 0.37 0.61
HSL 16.22º 0.23% 0.32% -
HSV(B) 16.22º 0.37% 0.39% -
XYZ 8.54 7.83 5.76 -
YUV 79.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 100 73 63 0 0.27 0.37 0.61 16.22 0.23 0.32
Hex 64 49 3F 0 1B 25 3D 10 17 20
Octal 144 111 77 0 33 45 75 20 27 40
Binary 1100100 1001001 111111 0 11011 100101 111101 10000 10111 100000

Color Harmonies of #64493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64493F

Black with #64493F

Text Example


Text Example

White with #64493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64493F; }

 p { color: rgb(100,73,63); }

 H1.HeaderClassName
 {
   color: #64493F;
 }
 .AnyTagClassName
 {
   color: #64493F;
 }
</style>

background-color css

<style>
 a { background-color: #64493F; }

 a { background-color: rgb(100,73,63); }

 div.DivClassName
 {
   background-color: #64493F;
 }
 .BgClassName
 {
   background-color: #64493F;
 }
</style>

border-color css

<style>
 span { border-color: #64493F; }

 span { border-color: rgb(100,73,63); }

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