Html Css Color HEX #664254 Finn

📋 copy color: '#664254'

red 102 ◦ green 66 ◦ blue 84

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

Shades of Finn #664254

Tints of Finn #664254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 40.48%
G = 26.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#664254 (or 0x664254) is known color: Finn. HEX triplet: 66, 42 and 54. RGB value is (102,66,84). Sum of RGB (Red+Green+Blue) = 102+66+84=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664254 is #99BDAB. Grayscale: #4E4E4E. Windows color (decimal): -10075564 or 5522022. OLE color: 5522022.

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

Color convert

RGB 102 66 84 -
CMYK 0 0.35 0.18 0.6
HSL 330º 0.21% 0.33% -
HSV(B) 330º 0.35% 0.4% -
XYZ 9.03 7.36 9.33 -
YUV 78.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 102 66 84 0 0.35 0.18 0.6 330 0.21 0.33
Hex 66 42 54 0 23 12 3C 14A 15 21
Octal 146 102 124 0 43 22 74 512 25 41
Binary 1100110 1000010 1010100 0 100011 10010 111100 101001010 10101 100001

Color Harmonies of #664254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664254

Black with #664254

Text Example


Text Example

White with #664254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664254; }

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

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

background-color css

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

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

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

border-color css

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

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

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