Html Css Color HEX #664158 Finn

📋 copy color: '#664158'

red 102 ◦ green 65 ◦ blue 88

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

Shades of Finn #664158

Tints of Finn #664158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 40%
G = 25.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#664158 (or 0x664158) is known color: Finn. HEX triplet: 66, 41 and 58. RGB value is (102,65,88). Sum of RGB (Red+Green+Blue) = 102+65+88=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664158 is #99BEA7. Grayscale: #4E4E4E. Windows color (decimal): -10075816 or 5783910. OLE color: 5783910.

HSL color Cylindrical-coordinate representation of color #664158: hue angle of 322.7º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664158 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 88 -
CMYK 0 0.36 0.14 0.6
HSL 322.7º 0.22% 0.33% -
HSV(B) 322.7º 0.36% 0.4% -
XYZ 9.13 7.31 10.16 -
YUV 78.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 102 65 88 0 0.36 0.14 0.6 322.7 0.22 0.33
Hex 66 41 58 0 24 E 3C 143 16 21
Octal 146 101 130 0 44 16 74 503 26 41
Binary 1100110 1000001 1011000 0 100100 1110 111100 101000011 10110 100001

Color Harmonies of #664158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664158

Black with #664158

Text Example


Text Example

White with #664158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664158; }

 p { color: rgb(102,65,88); }

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

background-color css

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

 a { background-color: rgb(102,65,88); }

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

border-color css

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

 span { border-color: rgb(102,65,88); }

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