Html Css Color HEX #664855 Finn

📋 copy color: '#664855'

red 102 ◦ green 72 ◦ blue 85

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

Shades of Finn #664855

Tints of Finn #664855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 39.38%
G = 27.8%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#664855 (or 0x664855) is known color: Finn. HEX triplet: 66, 48 and 55. RGB value is (102,72,85). Sum of RGB (Red+Green+Blue) = 102+72+85=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #664855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664855 is #99B7AA. Grayscale: #525252. Windows color (decimal): -10074027 or 5589094. OLE color: 5589094.

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

Color convert

RGB 102 72 85 -
CMYK 0 0.29 0.17 0.6
HSL 334º 0.17% 0.34% -
HSV(B) 334º 0.29% 0.4% -
XYZ 9.44 8.12 9.66 -
YUV 82.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 102 72 85 0 0.29 0.17 0.6 334 0.17 0.34
Hex 66 48 55 0 1D 11 3C 14E 11 22
Octal 146 110 125 0 35 21 74 516 21 42
Binary 1100110 1001000 1010101 0 11101 10001 111100 101001110 10001 100010

Color Harmonies of #664855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664855

Black with #664855

Text Example


Text Example

White with #664855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664855; }

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

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

background-color css

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

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

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

border-color css

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

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

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