Html Css Color HEX #663351 Finn

📋 copy color: '#663351'

red 102 ◦ green 51 ◦ blue 81

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

Shades of Finn #663351

Tints of Finn #663351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 43.59%
G = 21.79%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#663351 (or 0x663351) is known color: Finn. HEX triplet: 66, 33 and 51. RGB value is (102,51,81). Sum of RGB (Red+Green+Blue) = 102+51+81=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #663351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663351 is #99CCAE. Grayscale: #454545. Windows color (decimal): -10079407 or 5321574. OLE color: 5321574.

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

Color convert

RGB 102 51 81 -
CMYK 0 0.5 0.21 0.6
HSL 324.71º 0.33% 0.3% -
HSV(B) 324.71º 0.5% 0.4% -
XYZ 8.15 5.79 8.47 -
YUV 69.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 102 51 81 0 0.5 0.21 0.6 324.71 0.33 0.3
Hex 66 33 51 0 32 15 3C 145 21 1E
Octal 146 63 121 0 62 25 74 505 41 36
Binary 1100110 110011 1010001 0 110010 10101 111100 101000101 100001 11110

Color Harmonies of #663351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663351

Black with #663351

Text Example


Text Example

White with #663351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663351; }

 p { color: rgb(102,51,81); }

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

background-color css

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

 a { background-color: rgb(102,51,81); }

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

border-color css

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

 span { border-color: rgb(102,51,81); }

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