Html Css Color HEX #66473D Spice

📋 copy color: '#66473D'

red 102 ◦ green 71 ◦ blue 61

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

Shades of Spice #66473D

Tints of Spice #66473D

RGB

 RED value IS 102 (40.23% from 255) = 43.59%

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

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

R = 43.59%
G = 30.34%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66473D (or 0x66473D) is known color: Spice. HEX triplet: 66, 47 and 3D. RGB value is (102,71,61). Sum of RGB (Red+Green+Blue) = 102+71+61=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66473D is #99B8C2. Grayscale: #4F4F4F. Windows color (decimal): -10074307 or 4015974. OLE color: 4015974.

HSL color Cylindrical-coordinate representation of color #66473D: hue angle of 14.63º 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 #66473D is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 61 -
CMYK 0 0.30 0.40 0.6
HSL 14.63º 0.25% 0.32% -
HSV(B) 14.63º 0.4% 0.4% -
XYZ 8.58 7.67 5.44 -
YUV 79.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 102 71 61 0 0.30 0.40 0.6 14.63 0.25 0.32
Hex 66 47 3D 0 1E 28 3C F 19 20
Octal 146 107 75 0 36 50 74 17 31 40
Binary 1100110 1000111 111101 0 11110 101000 111100 1111 11001 100000

Color Harmonies of #66473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66473D

Black with #66473D

Text Example


Text Example

White with #66473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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