Html Css Color HEX #66493D Spice

📋 copy color: '#66493D'

red 102 ◦ green 73 ◦ blue 61

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

Shades of Spice #66493D

Tints of Spice #66493D

RGB

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

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

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

R = 43.22%
G = 30.93%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66493D (or 0x66493D) is known color: Spice. HEX triplet: 66, 49 and 3D. RGB value is (102,73,61). Sum of RGB (Red+Green+Blue) = 102+73+61=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66493D is #99B6C2. Grayscale: #505050. Windows color (decimal): -10073795 or 4016486. OLE color: 4016486.

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

Color convert

RGB 102 73 61 -
CMYK 0 0.28 0.40 0.6
HSL 17.56º 0.25% 0.32% -
HSV(B) 17.56º 0.4% 0.4% -
XYZ 8.7 7.93 5.49 -
YUV 80.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 102 73 61 0 0.28 0.40 0.6 17.56 0.25 0.32
Hex 66 49 3D 0 1C 28 3C 12 19 20
Octal 146 111 75 0 34 50 74 22 31 40
Binary 1100110 1001001 111101 0 11100 101000 111100 10010 11001 100000

Color Harmonies of #66493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66493D

Black with #66493D

Text Example


Text Example

White with #66493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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