Html Css Color HEX #664150 Finn

📋 copy color: '#664150'

red 102 ◦ green 65 ◦ blue 80

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

Shades of Finn #664150

Tints of Finn #664150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 41.3%
G = 26.32%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#664150 (or 0x664150) is known color: Finn. HEX triplet: 66, 41 and 50. RGB value is (102,65,80). Sum of RGB (Red+Green+Blue) = 102+65+80=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664150 is #99BEAF. Grayscale: #4D4D4D. Windows color (decimal): -10075824 or 5259622. OLE color: 5259622.

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

Color convert

RGB 102 65 80 -
CMYK 0 0.36 0.22 0.6
HSL 335.68º 0.22% 0.33% -
HSV(B) 335.68º 0.36% 0.4% -
XYZ 8.82 7.18 8.51 -
YUV 77.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 102 65 80 0 0.36 0.22 0.6 335.68 0.22 0.33
Hex 66 41 50 0 24 16 3C 150 16 21
Octal 146 101 120 0 44 26 74 520 26 41
Binary 1100110 1000001 1010000 0 100100 10110 111100 101010000 10110 100001

Color Harmonies of #664150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664150

Black with #664150

Text Example


Text Example

White with #664150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664150; }

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

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

background-color css

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

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

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

border-color css

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

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

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