Html Css Color HEX #66505E Finn

📋 copy color: '#66505E'

red 102 ◦ green 80 ◦ blue 94

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

Shades of Finn #66505E

Tints of Finn #66505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 36.96%
G = 28.99%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66505E (or 0x66505E) is known color: Finn. HEX triplet: 66, 50 and 5E. RGB value is (102,80,94). Sum of RGB (Red+Green+Blue) = 102+80+94=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505E is #99AFA1. Grayscale: #585858. Windows color (decimal): -10071970 or 6180966. OLE color: 6180966.

HSL color Cylindrical-coordinate representation of color #66505E: hue angle of 321.82º 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 #66505E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 94 -
CMYK 0 0.22 0.08 0.6
HSL 321.82º 0.12% 0.36% -
HSV(B) 321.82º 0.22% 0.4% -
XYZ 10.37 9.37 11.85 -
YUV 88.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 102 80 94 0 0.22 0.08 0.6 321.82 0.12 0.36
Hex 66 50 5E 0 16 8 3C 142 C 24
Octal 146 120 136 0 26 10 74 502 14 44
Binary 1100110 1010000 1011110 0 10110 1000 111100 101000010 1100 100100

Color Harmonies of #66505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66505E

Black with #66505E

Text Example


Text Example

White with #66505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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