Html Css Color HEX #663650 Finn

📋 copy color: '#663650'

red 102 ◦ green 54 ◦ blue 80

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

Shades of Finn #663650

Tints of Finn #663650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 43.22%
G = 22.88%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663650 (or 0x663650) is known color: Finn. HEX triplet: 66, 36 and 50. RGB value is (102,54,80). Sum of RGB (Red+Green+Blue) = 102+54+80=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663650 is #99C9AF. Grayscale: #474747. Windows color (decimal): -10078640 or 5256806. OLE color: 5256806.

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

Color convert

RGB 102 54 80 -
CMYK 0 0.47 0.22 0.6
HSL 327.5º 0.31% 0.31% -
HSV(B) 327.5º 0.47% 0.4% -
XYZ 8.25 6.04 8.32 -
YUV 71.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 102 54 80 0 0.47 0.22 0.6 327.5 0.31 0.31
Hex 66 36 50 0 2F 16 3C 148 1F 1F
Octal 146 66 120 0 57 26 74 510 37 37
Binary 1100110 110110 1010000 0 101111 10110 111100 101001000 11111 11111

Color Harmonies of #663650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663650

Black with #663650

Text Example


Text Example

White with #663650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663650; }

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

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

background-color css

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

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

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

border-color css

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

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

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