Html Css Color HEX #664854 Finn

📋 copy color: '#664854'

red 102 ◦ green 72 ◦ blue 84

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

Shades of Finn #664854

Tints of Finn #664854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 39.53%
G = 27.91%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#664854 (or 0x664854) is known color: Finn. HEX triplet: 66, 48 and 54. RGB value is (102,72,84). Sum of RGB (Red+Green+Blue) = 102+72+84=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #664854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664854 is #99B7AB. Grayscale: #525252. Windows color (decimal): -10074028 or 5523558. OLE color: 5523558.

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

Color convert

RGB 102 72 84 -
CMYK 0 0.29 0.18 0.6
HSL 336º 0.17% 0.34% -
HSV(B) 336º 0.29% 0.4% -
XYZ 9.4 8.1 9.46 -
YUV 82.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 102 72 84 0 0.29 0.18 0.6 336 0.17 0.34
Hex 66 48 54 0 1D 12 3C 150 11 22
Octal 146 110 124 0 35 22 74 520 21 42
Binary 1100110 1001000 1010100 0 11101 10010 111100 101010000 10001 100010

Color Harmonies of #664854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664854

Black with #664854

Text Example


Text Example

White with #664854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664854; }

 p { color: rgb(102,72,84); }

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

background-color css

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

 a { background-color: rgb(102,72,84); }

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

border-color css

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

 span { border-color: rgb(102,72,84); }

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