Html Css Color HEX #664257 Finn

📋 copy color: '#664257'

red 102 ◦ green 66 ◦ blue 87

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

Shades of Finn #664257

Tints of Finn #664257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 40%
G = 25.88%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#664257 (or 0x664257) is known color: Finn. HEX triplet: 66, 42 and 57. RGB value is (102,66,87). Sum of RGB (Red+Green+Blue) = 102+66+87=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664257 is #99BDA8. Grayscale: #4F4F4F. Windows color (decimal): -10075561 or 5718630. OLE color: 5718630.

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

Color convert

RGB 102 66 87 -
CMYK 0 0.35 0.15 0.6
HSL 325º 0.21% 0.33% -
HSV(B) 325º 0.35% 0.4% -
XYZ 9.15 7.41 9.96 -
YUV 79.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 102 66 87 0 0.35 0.15 0.6 325 0.21 0.33
Hex 66 42 57 0 23 F 3C 145 15 21
Octal 146 102 127 0 43 17 74 505 25 41
Binary 1100110 1000010 1010111 0 100011 1111 111100 101000101 10101 100001

Color Harmonies of #664257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664257

Black with #664257

Text Example


Text Example

White with #664257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664257; }

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

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

background-color css

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

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

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

border-color css

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

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

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