Html Css Color HEX #66515B Finn

📋 copy color: '#66515B'

red 102 ◦ green 81 ◦ blue 91

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

Shades of Finn #66515B

Tints of Finn #66515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 37.23%
G = 29.56%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66515B (or 0x66515B) is known color: Finn. HEX triplet: 66, 51 and 5B. RGB value is (102,81,91). Sum of RGB (Red+Green+Blue) = 102+81+91=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #66515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515B is #99AEA4. Grayscale: #585858. Windows color (decimal): -10071717 or 5984614. OLE color: 5984614.

HSL color Cylindrical-coordinate representation of color #66515B: hue angle of 331.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66515B is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 91 -
CMYK 0 0.21 0.11 0.6
HSL 331.43º 0.11% 0.36% -
HSV(B) 331.43º 0.21% 0.4% -
XYZ 10.31 9.46 11.18 -
YUV 88.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 102 81 91 0 0.21 0.11 0.6 331.43 0.11 0.36
Hex 66 51 5B 0 15 B 3C 14B B 24
Octal 146 121 133 0 25 13 74 513 13 44
Binary 1100110 1010001 1011011 0 10101 1011 111100 101001011 1011 100100

Color Harmonies of #66515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66515B

Black with #66515B

Text Example


Text Example

White with #66515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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