Html Css Color HEX #66684A Siam

📋 copy color: '#66684A'

red 102 ◦ green 104 ◦ blue 74

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

Shades of Siam #66684A

Tints of Siam #66684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 36.43%
G = 37.14%
B = 26.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#66684A (or 0x66684A) is known color: Siam. HEX triplet: 66, 68 and 4A. RGB value is (102,104,74). Sum of RGB (Red+Green+Blue) = 102+104+74=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #66684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66684A is #9997B5. Grayscale: #646464. Windows color (decimal): -10065846 or 4876390. OLE color: 4876390.

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

Color convert

RGB 102 104 74 -
CMYK 0.02 0 0.29 0.59
HSL 64º 0.17% 0.35% -
HSV(B) 64º 0.29% 0.41% -
XYZ 11.67 13.22 8.42 -
YUV 99.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 102 104 74 0.02 0 0.29 0.59 64 0.17 0.35
Hex 66 68 4A 2 0 1D 3B 40 11 23
Octal 146 150 112 2 0 35 73 100 21 43
Binary 1100110 1101000 1001010 10 0 11101 111011 1000000 10001 100011

Color Harmonies of #66684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66684A

Black with #66684A

Text Example


Text Example

White with #66684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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