Html Css Color HEX #664D5B Finn

📋 copy color: '#664D5B'

red 102 ◦ green 77 ◦ blue 91

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

Shades of Finn #664D5B

Tints of Finn #664D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 37.78%
G = 28.52%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#664D5B (or 0x664D5B) is known color: Finn. HEX triplet: 66, 4D and 5B. RGB value is (102,77,91). Sum of RGB (Red+Green+Blue) = 102+77+91=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D5B is #99B2A4. Grayscale: #565656. Windows color (decimal): -10072741 or 5983590. OLE color: 5983590.

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

Color convert

RGB 102 77 91 -
CMYK 0 0.25 0.11 0.6
HSL 326.4º 0.14% 0.35% -
HSV(B) 326.4º 0.25% 0.4% -
XYZ 10.02 8.89 11.08 -
YUV 86.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 102 77 91 0 0.25 0.11 0.6 326.4 0.14 0.35
Hex 66 4D 5B 0 19 B 3C 146 E 23
Octal 146 115 133 0 31 13 74 506 16 43
Binary 1100110 1001101 1011011 0 11001 1011 111100 101000110 1110 100011

Color Harmonies of #664D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D5B

Black with #664D5B

Text Example


Text Example

White with #664D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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