Html Css Color HEX #663A54 Finn

📋 copy color: '#663A54'

red 102 ◦ green 58 ◦ blue 84

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

Shades of Finn #663A54

Tints of Finn #663A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 41.8%
G = 23.77%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#663A54 (or 0x663A54) is known color: Finn. HEX triplet: 66, 3A and 54. RGB value is (102,58,84). Sum of RGB (Red+Green+Blue) = 102+58+84=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #663A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A54 is #99C5AB. Grayscale: #4A4A4A. Windows color (decimal): -10077612 or 5519974. OLE color: 5519974.

HSL color Cylindrical-coordinate representation of color #663A54: hue angle of 324.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663A54 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 84 -
CMYK 0 0.43 0.18 0.6
HSL 324.55º 0.28% 0.31% -
HSV(B) 324.55º 0.43% 0.4% -
XYZ 8.59 6.49 9.19 -
YUV 74.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 102 58 84 0 0.43 0.18 0.6 324.55 0.28 0.31
Hex 66 3A 54 0 2B 12 3C 145 1C 1F
Octal 146 72 124 0 53 22 74 505 34 37
Binary 1100110 111010 1010100 0 101011 10010 111100 101000101 11100 11111

Color Harmonies of #663A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A54

Black with #663A54

Text Example


Text Example

White with #663A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A54; }

 p { color: rgb(102,58,84); }

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

background-color css

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

 a { background-color: rgb(102,58,84); }

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

border-color css

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

 span { border-color: rgb(102,58,84); }

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