Html Css Color HEX #66493E Spice

📋 copy color: '#66493E'

red 102 ◦ green 73 ◦ blue 62

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

Shades of Spice #66493E

Tints of Spice #66493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 43.04%
G = 30.8%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66493E (or 0x66493E) is known color: Spice. HEX triplet: 66, 49 and 3E. RGB value is (102,73,62). Sum of RGB (Red+Green+Blue) = 102+73+62=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66493E is #99B6C1. Grayscale: #505050. Windows color (decimal): -10073794 or 4082022. OLE color: 4082022.

HSL color Cylindrical-coordinate representation of color #66493E: hue angle of 16.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66493E is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 62 -
CMYK 0 0.28 0.39 0.6
HSL 16.5º 0.24% 0.32% -
HSV(B) 16.5º 0.39% 0.4% -
XYZ 8.73 7.94 5.63 -
YUV 80.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 102 73 62 0 0.28 0.39 0.6 16.5 0.24 0.32
Hex 66 49 3E 0 1C 27 3C 10 18 20
Octal 146 111 76 0 34 47 74 20 30 40
Binary 1100110 1001001 111110 0 11100 100111 111100 10000 11000 100000

Color Harmonies of #66493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66493E

Black with #66493E

Text Example


Text Example

White with #66493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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