Html Css Color HEX #663B54 Finn

📋 copy color: '#663B54'

red 102 ◦ green 59 ◦ blue 84

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

Shades of Finn #663B54

Tints of Finn #663B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 41.63%
G = 24.08%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#663B54 (or 0x663B54) is known color: Finn. HEX triplet: 66, 3B and 54. RGB value is (102,59,84). Sum of RGB (Red+Green+Blue) = 102+59+84=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B54 is #99C4AB. Grayscale: #4A4A4A. Windows color (decimal): -10077356 or 5520230. OLE color: 5520230.

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

Color convert

RGB 102 59 84 -
CMYK 0 0.42 0.18 0.6
HSL 325.12º 0.27% 0.32% -
HSV(B) 325.12º 0.42% 0.4% -
XYZ 8.64 6.59 9.2 -
YUV 74.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 102 59 84 0 0.42 0.18 0.6 325.12 0.27 0.32
Hex 66 3B 54 0 2A 12 3C 145 1B 20
Octal 146 73 124 0 52 22 74 505 33 40
Binary 1100110 111011 1010100 0 101010 10010 111100 101000101 11011 100000

Color Harmonies of #663B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B54

Black with #663B54

Text Example


Text Example

White with #663B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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