Html Css Color HEX #664857 Finn

📋 copy color: '#664857'

red 102 ◦ green 72 ◦ blue 87

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

Shades of Finn #664857

Tints of Finn #664857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 39.08%
G = 27.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#664857 (or 0x664857) is known color: Finn. HEX triplet: 66, 48 and 57. RGB value is (102,72,87). Sum of RGB (Red+Green+Blue) = 102+72+87=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664857 is #99B7A8. Grayscale: #525252. Windows color (decimal): -10074025 or 5720166. OLE color: 5720166.

HSL color Cylindrical-coordinate representation of color #664857: hue angle of 330º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664857 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 87 -
CMYK 0 0.29 0.15 0.6
HSL 330º 0.17% 0.34% -
HSV(B) 330º 0.29% 0.4% -
XYZ 9.52 8.15 10.09 -
YUV 82.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 102 72 87 0 0.29 0.15 0.6 330 0.17 0.34
Hex 66 48 57 0 1D F 3C 14A 11 22
Octal 146 110 127 0 35 17 74 512 21 42
Binary 1100110 1001000 1010111 0 11101 1111 111100 101001010 10001 100010

Color Harmonies of #664857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664857

Black with #664857

Text Example


Text Example

White with #664857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664857; }

 p { color: rgb(102,72,87); }

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

background-color css

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

 a { background-color: rgb(102,72,87); }

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

border-color css

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

 span { border-color: rgb(102,72,87); }

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