Html Css Color HEX #664F5A Finn

📋 copy color: '#664F5A'

red 102 ◦ green 79 ◦ blue 90

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

Shades of Finn #664F5A

Tints of Finn #664F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 37.64%
G = 29.15%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#664F5A (or 0x664F5A) is known color: Finn. HEX triplet: 66, 4F and 5A. RGB value is (102,79,90). Sum of RGB (Red+Green+Blue) = 102+79+90=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F5A is #99B0A5. Grayscale: #575757. Windows color (decimal): -10072230 or 5918566. OLE color: 5918566.

HSL color Cylindrical-coordinate representation of color #664F5A: hue angle of 331.3º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F5A is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 79 90 -
CMYK 0 0.23 0.12 0.6
HSL 331.3º 0.13% 0.35% -
HSV(B) 331.3º 0.23% 0.4% -
XYZ 10.12 9.15 10.91 -
YUV 87.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 102 79 90 0 0.23 0.12 0.6 331.3 0.13 0.35
Hex 66 4F 5A 0 17 C 3C 14B D 23
Octal 146 117 132 0 27 14 74 513 15 43
Binary 1100110 1001111 1011010 0 10111 1100 111100 101001011 1101 100011

Color Harmonies of #664F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F5A

Black with #664F5A

Text Example


Text Example

White with #664F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664F5A; }

 p { color: rgb(102,79,90); }

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

background-color css

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

 a { background-color: rgb(102,79,90); }

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

border-color css

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

 span { border-color: rgb(102,79,90); }

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