Html Css Color HEX #66505B Finn

📋 copy color: '#66505B'

red 102 ◦ green 80 ◦ blue 91

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

Shades of Finn #66505B

Tints of Finn #66505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 37.36%
G = 29.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66505B (or 0x66505B) is known color: Finn. HEX triplet: 66, 50 and 5B. RGB value is (102,80,91). Sum of RGB (Red+Green+Blue) = 102+80+91=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66505B is #99AFA4. Grayscale: #575757. Windows color (decimal): -10071973 or 5984358. OLE color: 5984358.

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

Color convert

RGB 102 80 91 -
CMYK 0 0.22 0.11 0.6
HSL 330º 0.12% 0.36% -
HSV(B) 330º 0.22% 0.4% -
XYZ 10.24 9.32 11.16 -
YUV 87.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 102 80 91 0 0.22 0.11 0.6 330 0.12 0.36
Hex 66 50 5B 0 16 B 3C 14A C 24
Octal 146 120 133 0 26 13 74 512 14 44
Binary 1100110 1010000 1011011 0 10110 1011 111100 101001010 1100 100100

Color Harmonies of #66505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66505B

Black with #66505B

Text Example


Text Example

White with #66505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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