Html Css Color HEX #664755 Finn

📋 copy color: '#664755'

red 102 ◦ green 71 ◦ blue 85

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

Shades of Finn #664755

Tints of Finn #664755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 39.53%
G = 27.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#664755 (or 0x664755) is known color: Finn. HEX triplet: 66, 47 and 55. RGB value is (102,71,85). Sum of RGB (Red+Green+Blue) = 102+71+85=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #664755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664755 is #99B8AA. Grayscale: #515151. Windows color (decimal): -10074283 or 5588838. OLE color: 5588838.

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

Color convert

RGB 102 71 85 -
CMYK 0 0.30 0.17 0.6
HSL 332.9º 0.18% 0.34% -
HSV(B) 332.9º 0.3% 0.4% -
XYZ 9.37 7.99 9.64 -
YUV 81.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 102 71 85 0 0.30 0.17 0.6 332.9 0.18 0.34
Hex 66 47 55 0 1E 11 3C 14D 12 22
Octal 146 107 125 0 36 21 74 515 22 42
Binary 1100110 1000111 1010101 0 11110 10001 111100 101001101 10010 100010

Color Harmonies of #664755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664755

Black with #664755

Text Example


Text Example

White with #664755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664755; }

 p { color: rgb(102,71,85); }

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

background-color css

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

 a { background-color: rgb(102,71,85); }

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

border-color css

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

 span { border-color: rgb(102,71,85); }

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