Html Css Color HEX #664556 Finn

📋 copy color: '#664556'

red 102 ◦ green 69 ◦ blue 86

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

Shades of Finn #664556

Tints of Finn #664556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 39.69%
G = 26.85%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664556 (or 0x664556) is known color: Finn. HEX triplet: 66, 45 and 56. RGB value is (102,69,86). Sum of RGB (Red+Green+Blue) = 102+69+86=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664556 is #99BAA9. Grayscale: #505050. Windows color (decimal): -10074794 or 5653862. OLE color: 5653862.

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

Color convert

RGB 102 69 86 -
CMYK 0 0.32 0.16 0.6
HSL 329.09º 0.19% 0.34% -
HSV(B) 329.09º 0.32% 0.4% -
XYZ 9.29 7.75 9.81 -
YUV 80.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 102 69 86 0 0.32 0.16 0.6 329.09 0.19 0.34
Hex 66 45 56 0 20 10 3C 149 13 22
Octal 146 105 126 0 40 20 74 511 23 42
Binary 1100110 1000101 1010110 0 100000 10000 111100 101001001 10011 100010

Color Harmonies of #664556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664556

Black with #664556

Text Example


Text Example

White with #664556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664556; }

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

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

background-color css

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

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

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

border-color css

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

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

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