Html Css Color HEX #64473D Spice

📋 copy color: '#64473D'

red 100 ◦ green 71 ◦ blue 61

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

Shades of Spice #64473D

Tints of Spice #64473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 43.1%
G = 30.6%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64473D (or 0x64473D) is known color: Spice. HEX triplet: 64, 47 and 3D. RGB value is (100,71,61). Sum of RGB (Red+Green+Blue) = 100+71+61=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64473D is #9BB8C2. Grayscale: #4E4E4E. Windows color (decimal): -10205379 or 4015972. OLE color: 4015972.

HSL color Cylindrical-coordinate representation of color #64473D: hue angle of 15.38º 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 #64473D is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 71 61 -
CMYK 0 0.29 0.39 0.61
HSL 15.38º 0.24% 0.32% -
HSV(B) 15.38º 0.39% 0.39% -
XYZ 8.35 7.55 5.43 -
YUV 78.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 100 71 61 0 0.29 0.39 0.61 15.38 0.24 0.32
Hex 64 47 3D 0 1D 27 3D F 18 20
Octal 144 107 75 0 35 47 75 17 30 40
Binary 1100100 1000111 111101 0 11101 100111 111101 1111 11000 100000

Color Harmonies of #64473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64473D

Black with #64473D

Text Example


Text Example

White with #64473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64473D; }

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

 H1.HeaderClassName
 {
   color: #64473D;
 }
 .AnyTagClassName
 {
   color: #64473D;
 }
</style>

background-color css

<style>
 a { background-color: #64473D; }

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

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

border-color css

<style>
 span { border-color: #64473D; }

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

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