Html Css Color HEX #664454 Finn

📋 copy color: '#664454'

red 102 ◦ green 68 ◦ blue 84

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

Shades of Finn #664454

Tints of Finn #664454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 40.16%
G = 26.77%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#664454 (or 0x664454) is known color: Finn. HEX triplet: 66, 44 and 54. RGB value is (102,68,84). Sum of RGB (Red+Green+Blue) = 102+68+84=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664454 is #99BBAB. Grayscale: #4F4F4F. Windows color (decimal): -10075052 or 5522534. OLE color: 5522534.

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

Color convert

RGB 102 68 84 -
CMYK 0 0.33 0.18 0.6
HSL 331.76º 0.2% 0.33% -
HSV(B) 331.76º 0.33% 0.4% -
XYZ 9.15 7.6 9.37 -
YUV 79.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 102 68 84 0 0.33 0.18 0.6 331.76 0.2 0.33
Hex 66 44 54 0 21 12 3C 14C 14 21
Octal 146 104 124 0 41 22 74 514 24 41
Binary 1100110 1000100 1010100 0 100001 10010 111100 101001100 10100 100001

Color Harmonies of #664454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664454

Black with #664454

Text Example


Text Example

White with #664454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664454; }

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

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

background-color css

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

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

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

border-color css

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

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

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