Html Css Color HEX #666849 Siam

📋 copy color: '#666849'

red 102 ◦ green 104 ◦ blue 73

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

Shades of Siam #666849

Tints of Siam #666849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 36.56%
G = 37.28%
B = 26.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#666849 (or 0x666849) is known color: Siam. HEX triplet: 66, 68 and 49. RGB value is (102,104,73). Sum of RGB (Red+Green+Blue) = 102+104+73=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #666849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666849 is #9997B6. Grayscale: #636363. Windows color (decimal): -10065847 or 4810854. OLE color: 4810854.

HSL color Cylindrical-coordinate representation of color #666849: hue angle of 63.87º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666849 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 73 -
CMYK 0.02 0 0.30 0.59
HSL 63.87º 0.18% 0.35% -
HSV(B) 63.87º 0.3% 0.41% -
XYZ 11.63 13.21 8.24 -
YUV 99.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 102 104 73 0.02 0 0.30 0.59 63.87 0.18 0.35
Hex 66 68 49 2 0 1E 3B 40 12 23
Octal 146 150 111 2 0 36 73 100 22 43
Binary 1100110 1101000 1001001 10 0 11110 111011 1000000 10010 100011

Color Harmonies of #666849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666849

Black with #666849

Text Example


Text Example

White with #666849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666849; }

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

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

background-color css

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

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

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

border-color css

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

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

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