Html Css Color HEX #66684F Siam

📋 copy color: '#66684F'

red 102 ◦ green 104 ◦ blue 79

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

Shades of Siam #66684F

Tints of Siam #66684F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 35.79%
G = 36.49%
B = 27.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#66684F (or 0x66684F) is known color: Siam. HEX triplet: 66, 68 and 4F. RGB value is (102,104,79). Sum of RGB (Red+Green+Blue) = 102+104+79=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #66684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66684F is #9997B0. Grayscale: #646464. Windows color (decimal): -10065841 or 5204070. OLE color: 5204070.

HSL color Cylindrical-coordinate representation of color #66684F: hue angle of 64.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66684F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 79 -
CMYK 0.02 0 0.24 0.59
HSL 64.8º 0.14% 0.36% -
HSV(B) 64.8º 0.24% 0.41% -
XYZ 11.84 13.29 9.34 -
YUV 100.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 102 104 79 0.02 0 0.24 0.59 64.8 0.14 0.36
Hex 66 68 4F 2 0 18 3B 41 E 24
Octal 146 150 117 2 0 30 73 101 16 44
Binary 1100110 1101000 1001111 10 0 11000 111011 1000001 1110 100100

Color Harmonies of #66684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66684F

Black with #66684F

Text Example


Text Example

White with #66684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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