Html Css Color HEX #66505C Finn

📋 copy color: '#66505C'

red 102 ◦ green 80 ◦ blue 92

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

Shades of Finn #66505C

Tints of Finn #66505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 37.23%
G = 29.2%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66505C (or 0x66505C) is known color: Finn. HEX triplet: 66, 50 and 5C. RGB value is (102,80,92). Sum of RGB (Red+Green+Blue) = 102+80+92=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #66505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505C is #99AFA3. Grayscale: #575757. Windows color (decimal): -10071972 or 6049894. OLE color: 6049894.

HSL color Cylindrical-coordinate representation of color #66505C: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66505C is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 92 -
CMYK 0 0.22 0.10 0.6
HSL 327.27º 0.12% 0.36% -
HSV(B) 327.27º 0.22% 0.4% -
XYZ 10.28 9.33 11.39 -
YUV 87.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 102 80 92 0 0.22 0.10 0.6 327.27 0.12 0.36
Hex 66 50 5C 0 16 A 3C 147 C 24
Octal 146 120 134 0 26 12 74 507 14 44
Binary 1100110 1010000 1011100 0 10110 1010 111100 101000111 1100 100100

Color Harmonies of #66505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66505C

Black with #66505C

Text Example


Text Example

White with #66505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66505C; }

 p { color: rgb(102,80,92); }

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

background-color css

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

 a { background-color: rgb(102,80,92); }

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

border-color css

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

 span { border-color: rgb(102,80,92); }

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