Html Css Color HEX #66415B Finn

📋 copy color: '#66415B'

red 102 ◦ green 65 ◦ blue 91

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

Shades of Finn #66415B

Tints of Finn #66415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 39.53%
G = 25.19%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66415B (or 0x66415B) is known color: Finn. HEX triplet: 66, 41 and 5B. RGB value is (102,65,91). Sum of RGB (Red+Green+Blue) = 102+65+91=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415B is #99BEA4. Grayscale: #4E4E4E. Windows color (decimal): -10075813 or 5980518. OLE color: 5980518.

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

Color convert

RGB 102 65 91 -
CMYK 0 0.36 0.11 0.6
HSL 317.84º 0.22% 0.33% -
HSV(B) 317.84º 0.36% 0.4% -
XYZ 9.26 7.36 10.83 -
YUV 79.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 102 65 91 0 0.36 0.11 0.6 317.84 0.22 0.33
Hex 66 41 5B 0 24 B 3C 13E 16 21
Octal 146 101 133 0 44 13 74 476 26 41
Binary 1100110 1000001 1011011 0 100100 1011 111100 100111110 10110 100001

Color Harmonies of #66415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66415B

Black with #66415B

Text Example


Text Example

White with #66415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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