Html Css Color HEX #663350 Finn

📋 copy color: '#663350'

red 102 ◦ green 51 ◦ blue 80

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

Shades of Finn #663350

Tints of Finn #663350

RGB

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

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

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

R = 43.78%
G = 21.89%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663350 (or 0x663350) is known color: Finn. HEX triplet: 66, 33 and 50. RGB value is (102,51,80). Sum of RGB (Red+Green+Blue) = 102+51+80=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #663350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663350 is #99CCAF. Grayscale: #454545. Windows color (decimal): -10079408 or 5256038. OLE color: 5256038.

HSL color Cylindrical-coordinate representation of color #663350: hue angle of 325.88º 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 #663350 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 80 -
CMYK 0 0.5 0.22 0.6
HSL 325.88º 0.33% 0.3% -
HSV(B) 325.88º 0.5% 0.4% -
XYZ 8.11 5.77 8.28 -
YUV 69.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 102 51 80 0 0.5 0.22 0.6 325.88 0.33 0.3
Hex 66 33 50 0 32 16 3C 146 21 1E
Octal 146 63 120 0 62 26 74 506 41 36
Binary 1100110 110011 1010000 0 110010 10110 111100 101000110 100001 11110

Color Harmonies of #663350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663350

Black with #663350

Text Example


Text Example

White with #663350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663350; }

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

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

background-color css

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

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

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

border-color css

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

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

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