Html Css Color HEX #664255 Finn

📋 copy color: '#664255'

red 102 ◦ green 66 ◦ blue 85

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

Shades of Finn #664255

Tints of Finn #664255

RGB

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

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

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

R = 40.32%
G = 26.09%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#664255 (or 0x664255) is known color: Finn. HEX triplet: 66, 42 and 55. RGB value is (102,66,85). Sum of RGB (Red+Green+Blue) = 102+66+85=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664255 is #99BDAA. Grayscale: #4E4E4E. Windows color (decimal): -10075563 or 5587558. OLE color: 5587558.

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

Color convert

RGB 102 66 85 -
CMYK 0 0.35 0.17 0.6
HSL 328.33º 0.21% 0.33% -
HSV(B) 328.33º 0.35% 0.4% -
XYZ 9.07 7.38 9.54 -
YUV 78.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 102 66 85 0 0.35 0.17 0.6 328.33 0.21 0.33
Hex 66 42 55 0 23 11 3C 148 15 21
Octal 146 102 125 0 43 21 74 510 25 41
Binary 1100110 1000010 1010101 0 100011 10001 111100 101001000 10101 100001

Color Harmonies of #664255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664255

Black with #664255

Text Example


Text Example

White with #664255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664255; }

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

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

background-color css

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

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

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

border-color css

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

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

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