Html Css Color HEX #66515D Finn

📋 copy color: '#66515D'

red 102 ◦ green 81 ◦ blue 93

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

Shades of Finn #66515D

Tints of Finn #66515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 36.96%
G = 29.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66515D (or 0x66515D) is known color: Finn. HEX triplet: 66, 51 and 5D. RGB value is (102,81,93). Sum of RGB (Red+Green+Blue) = 102+81+93=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515D is #99AEA2. Grayscale: #585858. Windows color (decimal): -10071715 or 6115686. OLE color: 6115686.

HSL color Cylindrical-coordinate representation of color #66515D: hue angle of 325.71º 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 #66515D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 93 -
CMYK 0 0.21 0.09 0.6
HSL 325.71º 0.11% 0.36% -
HSV(B) 325.71º 0.21% 0.4% -
XYZ 10.4 9.5 11.64 -
YUV 88.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 102 81 93 0 0.21 0.09 0.6 325.71 0.11 0.36
Hex 66 51 5D 0 15 9 3C 146 B 24
Octal 146 121 135 0 25 11 74 506 13 44
Binary 1100110 1010001 1011101 0 10101 1001 111100 101000110 1011 100100

Color Harmonies of #66515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66515D

Black with #66515D

Text Example


Text Example

White with #66515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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