Html Css Color HEX #666761 Siam

📋 copy color: '#666761'

red 102 ◦ green 103 ◦ blue 97

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

Shades of Siam #666761

Tints of Siam #666761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 33.77%
G = 34.11%
B = 32.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#666761 (or 0x666761) is known color: Siam. HEX triplet: 66, 67 and 61. RGB value is (102,103,97). Sum of RGB (Red+Green+Blue) = 102+103+97=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 103 - color contains mainly: green. Hex color #666761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666761 is #99989E. Grayscale: #666666. Windows color (decimal): -10066079 or 6383462. OLE color: 6383462.

HSL color Cylindrical-coordinate representation of color #666761: hue angle of 70º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666761 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 97 -
CMYK 0.01 0 0.06 0.60
HSL 70º 0.03% 0.39% -
HSV(B) 70º 0.06% 0.4% -
XYZ 12.49 13.39 13.24 -
YUV 102.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 102 103 97 0.01 0 0.06 0.60 70 0.03 0.39
Hex 66 67 61 1 0 6 3C 46 3 27
Octal 146 147 141 1 0 6 74 106 3 47
Binary 1100110 1100111 1100001 1 0 110 111100 1000110 11 100111

Color Harmonies of #666761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666761

Black with #666761

Text Example


Text Example

White with #666761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666761; }

 p { color: rgb(102,103,97); }

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

background-color css

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

 a { background-color: rgb(102,103,97); }

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

border-color css

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

 span { border-color: rgb(102,103,97); }

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