Html Css Color HEX #664B59 Finn

📋 copy color: '#664B59'

red 102 ◦ green 75 ◦ blue 89

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

Shades of Finn #664B59

Tints of Finn #664B59

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.2%

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 38.35%
G = 28.2%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#664B59 (or 0x664B59) is known color: Finn. HEX triplet: 66, 4B and 59. RGB value is (102,75,89). Sum of RGB (Red+Green+Blue) = 102+75+89=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B59 is #99B4A6. Grayscale: #545454. Windows color (decimal): -10073255 or 5852006. OLE color: 5852006.

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

Color convert

RGB 102 75 89 -
CMYK 0 0.26 0.13 0.6
HSL 328.89º 0.15% 0.35% -
HSV(B) 328.89º 0.26% 0.4% -
XYZ 9.8 8.58 10.59 -
YUV 84.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 102 75 89 0 0.26 0.13 0.6 328.89 0.15 0.35
Hex 66 4B 59 0 1A D 3C 149 F 23
Octal 146 113 131 0 32 15 74 511 17 43
Binary 1100110 1001011 1011001 0 11010 1101 111100 101001001 1111 100011

Color Harmonies of #664B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B59

Black with #664B59

Text Example


Text Example

White with #664B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,75,89); }

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

background-color css

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

 a { background-color: rgb(102,75,89); }

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

border-color css

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

 span { border-color: rgb(102,75,89); }

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