Html Css Color HEX #664856 Finn

📋 copy color: '#664856'

red 102 ◦ green 72 ◦ blue 86

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

Shades of Finn #664856

Tints of Finn #664856

RGB

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

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

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

R = 39.23%
G = 27.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664856 (or 0x664856) is known color: Finn. HEX triplet: 66, 48 and 56. RGB value is (102,72,86). Sum of RGB (Red+Green+Blue) = 102+72+86=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #664856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664856 is #99B7A9. Grayscale: #525252. Windows color (decimal): -10074026 or 5654630. OLE color: 5654630.

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

Color convert

RGB 102 72 86 -
CMYK 0 0.29 0.16 0.6
HSL 332º 0.17% 0.34% -
HSV(B) 332º 0.29% 0.4% -
XYZ 9.48 8.13 9.87 -
YUV 82.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 102 72 86 0 0.29 0.16 0.6 332 0.17 0.34
Hex 66 48 56 0 1D 10 3C 14C 11 22
Octal 146 110 126 0 35 20 74 514 21 42
Binary 1100110 1001000 1010110 0 11101 10000 111100 101001100 10001 100010

Color Harmonies of #664856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664856

Black with #664856

Text Example


Text Example

White with #664856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664856; }

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

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

background-color css

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

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

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

border-color css

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

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

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