Html Css Color HEX #664456 Finn

📋 copy color: '#664456'

red 102 ◦ green 68 ◦ blue 86

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

Shades of Finn #664456

Tints of Finn #664456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 39.84%
G = 26.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664456 (or 0x664456) is known color: Finn. HEX triplet: 66, 44 and 56. RGB value is (102,68,86). Sum of RGB (Red+Green+Blue) = 102+68+86=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664456 is #99BBA9. Grayscale: #505050. Windows color (decimal): -10075050 or 5653606. OLE color: 5653606.

HSL color Cylindrical-coordinate representation of color #664456: hue angle of 328.24º 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 #664456 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 86 -
CMYK 0 0.33 0.16 0.6
HSL 328.24º 0.2% 0.33% -
HSV(B) 328.24º 0.33% 0.4% -
XYZ 9.23 7.63 9.79 -
YUV 80.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 102 68 86 0 0.33 0.16 0.6 328.24 0.2 0.33
Hex 66 44 56 0 21 10 3C 148 14 21
Octal 146 104 126 0 41 20 74 510 24 41
Binary 1100110 1000100 1010110 0 100001 10000 111100 101001000 10100 100001

Color Harmonies of #664456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664456

Black with #664456

Text Example


Text Example

White with #664456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664456; }

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

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

background-color css

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

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

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

border-color css

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

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

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